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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |WAITING

--- Comment #6 from Andreas Schwab <schwab@linux-m68k.org> ---
Make sure you are not using any local modifications.

$ echo ÐÐÐÐÐÑÐ |LANG=ru_RU.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo ÐÐÐÐÐÑÐ |LANG=sr_CS.UTF-8 iconv -t ASCII//TRANSLIT
iconv: illegal input sequence at position 0
$ echo ÐÐÐÐÐÑÐ |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo MÃÃte |LANG=de_DE.UTF-8 iconv -t ASCII//TRANSLIT
Muesste
$ echo ÐÐÐÐÐÑÐ |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
???????
$ echo MÃÃte |LANG=en_US.UTF-8 iconv -t ASCII//TRANSLIT
Musste

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