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 John dot Downey at ftid dot com  2004-04-02 12:52 -------
Subject: Re:  Bug in conversion to Unicode of command line
 arguments


Thanks for your reply.

on Solaris 8, the iconv family of routines appear to be in
/usr/lib/libc.a and /usr/lib/libc.so.1. I can't find a libiconv*
anywhere on this system.

So should I get a separate version of libiconv, from GNU or somewhere?

If so, maybe this should be listed as a prerequisite for using gcj on
Solaris?

Regards,

John Downey

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



-- 


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]