[Bug libc/497] iconv -t iso-2022-jp returns diffrent result for 0x5c.
oku dot ns at dream dot com
sourceware-bugzilla@sources.redhat.com
Fri Dec 17 15:12:00 GMT 2004
------- Additional Comments From oku dot ns at dream dot com 2004-12-17 15:12 -------
I have used the patched glibc in these days and have not seen any problem.
My current environment shows;
$ printf '\343\200\200\134' |\
> iconv -f utf-8 -t iso-2022-jp |\
> od -cAn
033 $ B ! ! 033 ( B \
and
$ printf '\134' |\
> iconv -f utf-8 -t iso-2022-jp |\
> od -cAn
\
In addition, iconv -f utf-8 -t iso-2022-jp-3 shows the same result.
I tested only with x86-64 Gentoolinux, so, with x86-32 or any other environment,
such as GNU/Hurd, should be tested.
--
http://sources.redhat.com/bugzilla/show_bug.cgi?id=497
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list