tjr 2004/04/04 03:49:45 PDT
FreeBSD src repository
Modified files:
lib/libc/locale utf2.c
Log:
Reimplement the deprecated UTF2 encoding method using the UTF-8 code
as a base. mbrtowc() and wcrtomb() are now implemented directly
instead of being emulatedi with sgetrune() and sputrune().
Revision Changes Path
1.9 +98 -105 src/lib/libc/locale/utf2.c