On Mon, 30 Oct 2000, Bruno Haible wrote:

> All bytes belonging to the multibyte char, packed in a single
> word. This makes the widechar <--> multibyte converter quite fast.

How does it implement the following :

  wchar_t *foo = "\u00A0";

  int main() {
    setlocale(LC_ALL, "");
    wprintf(foo);
  }

?

-- 
Robert Brady
[EMAIL PROTECTED]

-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/lists/

Reply via email to