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: [BZ 15578] The kk_KZ locale update


On 22 Mar 2016 18:53, Timur Birsh wrote:
>  LC_MESSAGES
> +% ÐÐYy
>  yesexpr "<U005E><U005B><U0418><U0438><U0059><U0079><U005D><U002E><U002A>"
> +% ÐÐNn
>  noexpr  "<U005E><U005B><U0416><U0436><U004E><U006E><U005D><U002E><U002A>"
>  END LC_MESSAGES

let's just omit these comments that decode the strings.  there's no way
to check that they're accurate w/out actually decoding the output, and
at that point, you've got the normalized output.  this applies to the
whole file as you've done this in a few places.

if you need a helper script, you can use the attached python script.

> +% ÑÐ
>  currency_symbol           "<U0442><U0433>"

consulting CLDR shows this should actually be â instead of ÑÐ.
can you verify that ?

> +% ÒÐÐÐÒÑÑÐÐ
> +country_name "<U049A><U0430><U0437><U0430><U049B><U0441><U0442><U0430>/
> +<U043D>"

this looks OK -- it's what CLDR lists and what i was going to change to

> +country_num 398

i was going to make the same change, but if your patch gets in first :)

>  % KZ
> -country_car    "<U004B><U005A>"
> +% KAZ
> +country_car "<U004B><U0041><U005A>"

hmm, this should be KZ shouldn't it ?
https://en.wikipedia.org/wiki/List_of_international_vehicle_registration_codes
-mike

Attachment: filter.py.gz
Description: Binary data

Attachment: signature.asc
Description: Digital signature


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