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: [PATCH] Locales: Use CLDR matching thousands separator


Hi,

On 2018-08-22 00:38, Rafal Luzynski wrote:
> 21.08.2018 04:18 Carlos O'Donell <carlos@redhat.com> wrote:
>> On 08/17/2018 03:01 PM, Rafal Luzynski wrote:
>>> 16.08.2018 11:28 Marko Myllynen <myllynen@redhat.com> wrote:
>>>> [...] But of course going back and forth on the glibc side is not ideal
>>>> if CLDR does the change some time in the future.
>>>
>>> That's my reason to oppose against this change but my opposition is weak.
>>> That means, if other people want to introduce this change I will not
>>> oppose anymore.
>>
>> This is called an objection, the strong form is called a sustained objection.
>>
>> Only sustained objection would block consensus on accepting a patch.
> 
> Thank you for explaining.  Yes, I have an objection.
> 
>> So it sounds like you don't have a sustained objection, you're just worried
>> about the changes causing confusion to our users,
> 
> More or less, that's true.
> 
>> and I agree that could be
>> a problem, but being out of sync with CLDR is also a problem.
> 
> I did not know it was a problem.  We were talking many times about the automatic
> scripts to feed data from CLDR but we don't have any.  Therefore I thought it
> is good to follow CLDR but not a big problem if we don't follow CLDR for some
> good reasons.

One perhaps related thing I noticed recently was that neither U+00A0 or
U+202F are classified as whitespace characters. locales/i18n_ctype has
this definition (based on ISO/IEC 30112, see
http://www.open-std.org/jtc1/sc35/wg5/docs/30112d10.pdf document page 30):

space /
   <U0009>..<U000D>;<U0020>;<U1680>;<U2000>..<U2006>;<U2008>..<U200A>;/
   <U2028>..<U2029>;<U205F>;<U3000>

Looking at pages about whitespace characters
(https://en.wikipedia.org/wiki/Whitespace_character) and Unicode spaces
(http://jkorpela.fi/chars/spaces.html) it seems that a couple of other
Unicode space characters are also omitted from that list.

Does anyone know is there a particular reason to omit U+00A0 and U+202F
and few others from the above classification?

Thanks,

-- 
Marko Myllynen


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