This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: sr_ME locale country_isbn and int_prefix fix


On Wed, May 22, 2013 at 11:13:03PM -0400, Carlos O'Donell wrote:
> On 05/22/2013 10:41 PM, Chris Leonard wrote:
> > This will probably be ignored on libc-locales, forwarding to
> > libc-alpha for consideration.
> 
> Chris,
> 
> I saw this on libc-locales, but I'm up to my ears in other things.
> 
> Are you able to review it and check it in? :-)
> 
> If we are going to grow as a community we need to delegate work.

Any progress on this patch?

There probably should be also Latin version of sr_ME locale, as
Latin is widely used in Montenegro (when I visited this country last
year, it appeared to me that Latin is far more common than Cyrillic,
but I don't have any official evidence for it).

BTW: In PLD we have many country_car, country_isbn and similar fixes
for other glibc locales. I could isolate some patches - what is the
preferred way: one patch will all changes, many individual patches for
each locale, or some blocks of them?


> > ---------- Forwarded message ----------
> > From: Jakub Bogusz <qboosh@pld-linux.org>
> > Date: Sun, May 19, 2013 at 11:22 AM
> > Subject: sr_ME locale country_isbn and int_prefix fix
> > To: libc-locales@sourceware.org
> > 
> > 
> > Hello,
> > 
> > It appears that sr_ME locale still inherits country_isbn and (LC_TELEPHONE)
> > int_prefix codes from Serbian locale (formerly sr_CS, now sr_RS), while
> > Montenegro now uses separate values:
> > 
> > ISBN: 9940
> > int_prefix: +382
> > 
> > Some referencess:
> > http://en.wikipedia.org/wiki/List_of_ISBN_identifier_groups
> > http://en.wikipedia.org/wiki/Country_codes_of_Serbia#Country_calling_code
> > 
> > The attached patch updates these identifiers.
> > 
> > 
> > --
> > Jakub Bogusz    http://qboosh.pl/
> > 
> > 
> > sr_ME-fix.patch
> > 
> > 
> > --- glibc-2.17/localedata/locales/sr_ME.orig	2012-12-25 04:02:13.000000000 +0100
> > +++ glibc-2.17/localedata/locales/sr_ME	2013-01-04 15:59:24.058148312 +0100
> > @@ -149,7 +149,7 @@
> >  country_name  "<U0426><U0440><U043D><U0430><U0020><U0413><U043E><U0440><U0430>"
> >  country_num   499
> >  country_car   "<U004D><U004E><U0045>"
> > -country_isbn  "<U0038><U0036>"
> > +country_isbn  "<U0039><U0039><U0034><U0030>"
> >  lang_name     "<U0441><U0440><U043F><U0441><U043A><U0438>"
> >  lang_term     "<U0073><U0072><U0070>"
> >  lang_lib      "<U0073><U0063><U0063>"
> > @@ -157,7 +157,11 @@
> >  END LC_ADDRESS
> >  
> >  LC_TELEPHONE
> > -copy "sr_RS"
> > +tel_int_fmt   "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
> > +<U006C>"
> > +tel_dom_fmt   "<U0025><U0041><U0020><U0025><U006C>"
> > +int_prefix    "<U0033><U0038><U0032>"
> > +int_select    "<U0030><U0030>"
> >  END LC_TELEPHONE
> >  
> >  LC_MEASUREMENT

-- 
Jakub Bogusz    http://qboosh.pl/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]