Tomohiro KUBOTA writes:
> 1. conventional 8bit
> (8bit encodings are supported by changing fonts)
> 2. UTF-8
> (UTF-8 is supported)
> 3. UTF-8 with luit
> (various encodings are supported)
>
> To select these modes, I added three command options (-en, -lc,
> and -lcc) and two resources (locale and localefilter).
> ...
> However, I feel we need discussion on which mode should be
> the default behavior.
The default should follow the locale settings. In detail:
- If MB_CUR_MAX == 1:
Look at the specified main font. If it is an 8-bit font,
use mode 1. Otherwise use mode 3.
- If MB_CUR_MAX > 1:
If nl_langinfo(CODESET) is "UTF-8", use mode 2.
Otherwise use mode 3.
Bruno
_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n