From: Oskar Liljeblad <oskar@osk.mine.nu>
To: Morten Poulsen <morten@afdelingp.dk>
Cc: java@gcc.gnu.org
Subject: Re: outputting iso-8859-1 chars
Date: Thu, 25 Apr 2002 03:49:00 -0000 [thread overview]
Message-ID: <20020425100322.GA29174@oskar> (raw)
In-Reply-To: <1019723168.14529.17.camel@prefect>
On Thursday, April 25, 2002 at 10:08, Morten Poulsen wrote:
>
> > On Linux the Sun JVM assumes that the C locale uses ISO-8859-1, when
> > in fact it uses ASCII. libgcj respects this difference and outputs
> > just ASCII, meaning that character > 0x7f is printed as `?'.
>
> When I set my locale to da it still outouts a '?'.
$ LC_CTYPE=C ./a.out
xxx?xxx
$ LC_CTYPE=en_GB ./a.out
xxxåxxx
Setting locale here fixes it...
Oskar Liljeblad (oskar@osk.mine.nu)
next prev parent reply other threads:[~2002-04-25 10:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-24 15:56 Morten Poulsen
2002-04-24 22:48 ` Tom Tromey
2002-04-25 2:00 ` Morten Poulsen
2002-04-25 3:49 ` Oskar Liljeblad [this message]
2002-04-25 20:25 ` Morten Poulsen
2002-04-30 0:22 ` Tom Tromey
2002-05-01 4:09 ` Morten Poulsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020425100322.GA29174@oskar \
--to=oskar@osk.mine.nu \
--cc=java@gcc.gnu.org \
--cc=morten@afdelingp.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).