]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a UTF-8 encoding method, which will eventually replace the antique
authorTim J. Robbins <tjr@FreeBSD.org>
Thu, 10 Oct 2002 22:56:18 +0000 (22:56 +0000)
committerTim J. Robbins <tjr@FreeBSD.org>
Thu, 10 Oct 2002 22:56:18 +0000 (22:56 +0000)
commit972baa3747e149e6345e27925bf2441a99cc1898
tree818571da6c27befa8ace080e6465f3a6668ac52e
parent9b30d71989b1191abe1a5212fa0bf89bbe2524f1
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.
lib/libc/locale/Makefile.inc
lib/libc/locale/mbrune.3
lib/libc/locale/multibyte.3
lib/libc/locale/rune.3
lib/libc/locale/setlocale.3
lib/libc/locale/setrunelocale.c
lib/libc/locale/utf2.4
lib/libc/locale/utf2.5
lib/libc/locale/utf8.5 [new file with mode: 0644]
lib/libc/locale/utf8.c [new file with mode: 0644]