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/2872] Transliteration Cyrillic -> ASCII fails


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

Egor Kobylkin <ekobylkin at paypal dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8588|0                           |1
        is obsolete|                            |

--- Comment #15 from Egor Kobylkin <ekobylkin at paypal dot com> ---
Created attachment 8589
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8589&action=edit
multi-character transliteration table cyrillic->ascii with fallback to
single-character

I have not tested the fallback to the sigle-character but have included it in
case somebody needs it. I am not sure on how to test it.
The file should ideally be included in all Latin based locales via include in
this section as follows (example)
LC_CTYPE
copy "i18n"

translit_start
include "translit_combining";"translit_cyrillic";""
translit_end
END LC_CTYPE

-- 
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]