This is the mail archive of the glibc-bugs@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]

[Bug localedata/22241] New locale: Yakut (Sakha) locale for Russia (sah_RU)


https://sourceware.org/bugzilla/show_bug.cgi?id=22241

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
(In reply to Rafal Luzynski from comment #1)

> >LC_CTYPE
> >copy "ru_RU"
> >END LC_CTYPE
> 
> I haven't checked, are you sure that all Yakut-specific characters are
> already there?

ru_RU contains:

LC_CTYPE
copy "i18n"

translit_start
include  "translit_combining";""
translit_end
END LC_CTYPE

I think all characters must be there because the “i18n” file is
generated by Python scripts from Unicode data and contains all
characters in Unicode.

So unless Yakut needs any changes to the character classes in that
“i18n” file, using that should be fine (for example Turkish needs
differences in “toupper” and “tolower” because of the ı <-> I and
i <-> İ pairs of lowercase/uppercase letters).

And if Yakut doesn’t need special translit rules, using
copy "ru_RU" should be fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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