This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/14722] Bug in conversion to Unicode of command line arguments
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 29 Mar 2004 11:14:39 -0000
- Subject: [Bug libgcj/14722] Bug in conversion to Unicode of command line arguments
- References: <20040324182758.14722.John.Downey@ftid.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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