Date: Thu, 10 Oct 2002 15:56:18 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc mbrune.3 multibyte.3 rune.3 setlocale.3 setrunelocale.c utf2.4 utf8.5 utf8.c Message-ID: <200210102256.g9AMuISB071173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/10/10 15:56:18 PDT
Modified files:
lib/libc/locale Makefile.inc mbrune.3 multibyte.3 rune.3
setlocale.3 setrunelocale.c utf2.4
Added files:
lib/libc/locale utf8.5 utf8.c
Log:
Add a UTF-8 encoding method, which will eventually replace the antique
"UTF2" method. Although UTF-8 and the old UTF2 encoding are compatible
for 16-bit characters, the new UTF-8 implementation is much more strict
about rejecting malformed input and also handles the full 31 bit range
of characters.
Revision Changes Path
1.41 +3 -1 src/lib/libc/locale/Makefile.inc
1.12 +2 -1 src/lib/libc/locale/mbrune.3
1.18 +2 -1 src/lib/libc/locale/multibyte.3
1.20 +2 -1 src/lib/libc/locale/rune.3
1.25 +2 -1 src/lib/libc/locale/setlocale.3
1.26 +3 -0 src/lib/libc/locale/setrunelocale.c
1.10 +9 -3 src/lib/libc/locale/utf2.4
1.1 +115 -0 src/lib/libc/locale/utf8.5 (new)
1.1 +204 -0 src/lib/libc/locale/utf8.c (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210102256.g9AMuISB071173>
