outputting iso-8859-1 chars

Morten Poulsen morten@afdelingp.dk
Thu Apr 25 20:25:00 GMT 2002


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/



More information about the Java mailing list