]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce new encoding: "ASCII"
authorAndrey A. Chernov <ache@FreeBSD.org>
Mon, 21 Jan 2008 23:48:12 +0000 (23:48 +0000)
committerAndrey A. Chernov <ache@FreeBSD.org>
Mon, 21 Jan 2008 23:48:12 +0000 (23:48 +0000)
commit91e0bf6a77d8c15b682d5122ce1532e5bd31c917
tree19c7f1a4e4ebb47d0c474492cfe745c38570fc86
parente30ba4753ae967f06face7a3f3d8b3fa79bb0906
Introduce new encoding: "ASCII"
It differs from default C/POSIX "NONE" mainly by stricter 8bit check
for mb*towc*/wc*tomb* family, returning EILSEQ
lib/libc/locale/Makefile.inc
lib/libc/locale/ascii.c [new file with mode: 0644]
lib/libc/locale/mblocal.h
lib/libc/locale/setrunelocale.c