Subject: CVS commit: src/lib/libc/citrus/modules
To: None <source-changes@NetBSD.org>
From: Takehiko NOZAKI <tnozaki@netbsd.org>
List: source-changes
Date: 03/06/2007 16:13:58
Module Name: src
Committed By: tnozaki
Date: Tue Mar 6 16:13:58 UTC 2007
Modified Files:
src/lib/libc/citrus/modules: citrus_utf8.c
Log Message:
disallow illegal utf-8 byte sequence and surrogate chars (RFC3629).
5-6 byte sequence(0x110000 - 0x7FFFFFFF) are still available
for backward compatibility.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/citrus/modules/citrus_utf8.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.