cvs commit: src/lib/libc/locale utf8.c
Tim J. Robbins
tjr at FreeBSD.org
Mon Jul 26 23:29:48 PDT 2004
tjr 2004-07-27 06:29:48 UTC
FreeBSD src repository
Modified files:
lib/libc/locale utf8.c
Log:
Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().
These convert plain ASCII characters in-line, making them only slightly
slower than the single-byte ("NONE" encoding) version when processing
ASCII strings.
Revision Changes Path
1.11 +163 -0 src/lib/libc/locale/utf8.c
More information about the cvs-src
mailing list