From: Beni C. <cb...@te...> - 2003-01-11 21:17:00
|
On 2003-01-10, Mike FABIAN wrote: > Beni Cherniavsky <cb...@te...> $B$5$s$O=q$-$^$7$?(B: > > >> How about testing xfree86 4.2.1 or higher because > >> its release note says: > >>- Improvements to the input method framework in Xlib for UTF-8 locales. > >> > > I see.OK, I'll download the newest and try.I'm tired of the messages > > that utf-8 is unsuported by Xlib anyway... > > Take care to spell it UTF-8 and not utf-8. Glibc doesn't care, but for > X11, the correct spelling is important otherwise the XSupportsLocale() > function fails: > > mfabian@magellan:~$ LANG=en_US.utf-8 ~/bin/XSupportsLocale > False. > mfabian@magellan:~$ LANG=en_US.UTF-8 ~/bin/XSupportsLocale > True. > mfabian@magellan:~$ > Thanks a lot, that removed the messages! I thought the lowercase is correct since that's what `locale -a` prints (actually it even prints "utf8" without a dash). -- Beni Cherniavsky <cb...@tx...> Holy resolution for a holy war: the Torah stores most numbers as little-endian (e.g. "seven and twenty and a hundred years")! |