Re: utf8 support
Re: utf8 support
- Subject: Re: utf8 support
- From: Pelle Johansson <email@hidden>
- Date: Sun, 17 Oct 2004 22:49:09 +0200
James E. Hopper wrote / skrev:
I am helping someone port a program to os x using x11, and he needs to
do localized text. I am having trouble making it work (i have no idea
how its supposed to work ;-)). I did:
setenv LC_CTYPE en_US.ISO8859-1
xterm -fn '-Misc-Fixed-Medium-R-Normal--18-120-100-100-C-90-ISO10646-1'.
But the program still doesnt work. can anyone tell me how to setup the
x11 command line to allow programs which use utf8 characters to work?
If you want UTF-8, why are you setting CTYPE to ISO8859-1?
Try:
setenv LC_CTYPE en_US.UTF-8
instead.
CTYPE might not be enough though it it still doesn't work try LC_ALL
instead.
--
Pelle Johansson
<email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden
References: | |
| >utf8 support (From: "James E. Hopper" <email@hidden>) |