This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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][BZ 18934] hu_HU: Fix multiple sorting bugs.


On 02/01/2017 07:04 PM, Egmont Koblinger wrote:
> Hi Luis, others,
> 
> TLDR:
> 
> Nice inversigation from someone not speaking our language, thumbs up :)

I agree. I enjoyed reading both of your detailed discussions.

> (I'm not sure what ICU is and what's its relation to CLDR. Nevermind.)

ICU is "International Components for Unicode"
http://site.icu-project.org/

ICU provides a very thorough API for Unicode and globalization.

CLDR is "Unicode Common Locale Data Repository"

CLDR provides the data that is used by ICU implementations.

So in any given program you would link against the ICU library and
the manipulations you make are driven by the data from CLDR.

The goal with glibc locale data is to attempt to harmonize with CLDR
such that applications using ICU APIs and glibc APIs get as close to
the same results as possible.

It does users a disservice if Java and C are arbitrarily different
in this regard across the two most commonly used APIs for localization.

-- 
Cheers,
Carlos.


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