This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java 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 libgcj/14722] Bug in conversion to Unicode of command line arguments


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


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