[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [I18n]xterm and XIM
Followup to: <873d9a8mub.wl@xxxxxxxxxxxxxxxxxxxxx>
By author: Tomohiro KUBOTA <tkubota@xxxxxxxxxxx>
In newsgroup: linux.utf8
>
> 4. There will be no __STDC_ISO_10646__, a seed of flamewar.
>
__STDC_ISO_10646__ should be considered an optimization: if this
symbol is defined, you know wchar_t is UCS. Otherwise, you have to go
through the full processing. It lets you put:
#ifdef __STDC_ISO_10646__
/* Simpler code that assumes wchar_t is UCS */
#else
/* Full-blown code */
#endif
That's all.
-hpa
--
<hpa@xxxxxxxxxxxxx> at work, <hpa@xxxxxxxxx> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
Linux-UTF8: i18n of Linux on all levels
Archive: http://mail.nl.linux.org/linux-utf8/