This is the mail archive of the glibc-bugs@sources.redhat.com 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 libc/497] iconv -t iso-2022-jp returns diffrent result for 0x5c.


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


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