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]

[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
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ekobylkin at paypal dot com
         Resolution|WORKSFORME                  |---

--- Comment #5 from Egor Kobylkin <ekobylkin at paypal dot com> ---
I would like to try to supply the data you need to make the Cyrillic
transliteration work for the ru_RU locale. Could you point me to an example of
the data you would need need?

Here is what I have tried just to see what works.
$ echo ÐÐÐÐÐÑÐ |LANG=ru_RU.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (stdin):1:0: cannot convert

$ echo ÐÐÐÐÐÑÐ |LANG=sr_CS.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (ÑÑÐÑÐ):1:0: ÐÐ ÐÐÐÐ ÐÑÐÑÐÐÑÐÑÐ

$ echo ÐÐÐÐÐÑÐ |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (Standard-Eingabe):1:0: Kann nicht umwandeln.

$ echo MÃÃte |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
M"usste

$ echo ÐÐÐÐÐÑÐ |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
iconv: (stdin):1:0: cannot convert

$ echo MÃÃte |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
M"usste

-- 
You are receiving this mail because:
You are the assignee for the bug.

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