[Bug 973757] [NEW] iconv transliteration is broken in any charsets but UTF-8
LStranger
973757 at bugs.launchpad.net
Wed Apr 4 20:55:39 UTC 2012
Public bug reported:
In ubuntu 11.10 iconv (package libc-bin 2.13-20ubuntu5.1) is broken. If
you run a command (with encoding koi8-r)
echo проба|LC_ALL= LC_CTYPE=ru_RU.KOI8-R iconv -t ascii//translit
then you get output
?????
while when encoding is utf-8 then command
echo проба|LC_ALL= LC_CTYPE=ru_RU.UTF-8 iconv -t ascii//translit
generates output
proba
iconv in 12.04 (libc-bin 2.15-0ubuntu6) has no such bug, both encodings
generate 'proba'. Hope you'll backport the fix. Thank you.
** Affects: eglibc (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/973757
Title:
iconv transliteration is broken in any charsets but UTF-8
Status in “eglibc” package in Ubuntu:
New
Bug description:
In ubuntu 11.10 iconv (package libc-bin 2.13-20ubuntu5.1) is broken.
If you run a command (with encoding koi8-r)
echo проба|LC_ALL= LC_CTYPE=ru_RU.KOI8-R iconv -t ascii//translit
then you get output
?????
while when encoding is utf-8 then command
echo проба|LC_ALL= LC_CTYPE=ru_RU.UTF-8 iconv -t ascii//translit
generates output
proba
iconv in 12.04 (libc-bin 2.15-0ubuntu6) has no such bug, both
encodings generate 'proba'. Hope you'll backport the fix. Thank you.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/973757/+subscriptions
More information about the foundations-bugs
mailing list