Markus Kuhn asked:
> what is wrong with having fallback transliteration done by mbrtowc?

You certainly mean wcrtomb. What is wrong with it:
  - it is confusing for programmers,
  - it may produce more than MB_CUR_MAX bytes, thus crash applications,
  - it causes problems with wcwidth, e.g. wcwidth(<a">) = 1 but
    should be 2 if transliterated.

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

Reply via email to