This is the mail archive of the java@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]

Re: outputting iso-8859-1 chars


On Thu, 2002-04-25 at 12:03, Oskar Liljeblad wrote:
> $ LC_CTYPE=C ./a.out 
> xxx?xxx
> $ LC_CTYPE=en_GB ./a.out 
> xxxåxxx
> 
> Setting locale here fixes it...

Are you using a newer version than 3.0.4 ?

$ LC_CTYPE=C ./a.out 
xxx?xxx
$ LC_CTYPE=en_GB ./a.out 
xxx?xxx

Morten

-- 
Morten Poulsen <morten@afdelingp.dk>
http://www.afdelingp.dk/


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