[Bug libgcj/14722] Bug in conversion to Unicode of command line arguments
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 29 11:14:00 GMT 2004
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-03-29 11:14 -------
I can't reproduce with GCJ 3.3.2 on Solaris 8:
gax% uname -a
SunOS gax 5.8 Generic_108528-27 sun4u sparc SUNW,Sun-Fire-V250
gax% gcj --encoding=UTF-8 -o pr14722 pr14722.java --main=showargs
gax% ./pr14722 x y z
x (120) y (121) z (122)
gax% ./pr14722 -option
-option (45 111 112 116 105 111 110)
And I can't reproduce on Solaris 7 and 9 either. Which libiconv do you use? If
it's Sun libiconv, I'd tend to think of a Sun bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14722
More information about the Gcc-bugs
mailing list