Hi, At Mon, 1 Apr 2002 03:29:29 -0500, Michael B. Allen <[EMAIL PROTECTED]> wrote:
> Does wcwidth require __STDC_ISO_10646__? AFAICT it does but apparently > there are not that many platforms that advertise __STDC_ISO_10646__. The > only one I know for sure does is glibc > 2.2 so what platforms are known > to use UCS codes for wchar_t and therefore can safely support > applications that use wcwidth? No, wcwidth() does not require __STDC_ISO_10646__ . In case of GNU libc, wcwidth() was implemented recently. However, I suppose every UNIX(tm) supports wcwidth() regardless of __STDC_ISO_10646__. --- Tomohiro KUBOTA <[EMAIL PROTECTED]> http://www.debian.or.jp/~kubota/ "Introduction to I18N" http://www.debian.org/doc/manuals/intro-i18n/ -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
