cvs commit: src/lib/libc/locale utf8.c
Tom Rhodes
trhodes at FreeBSD.org
Wed May 17 06:26:22 PDT 2006
trhodes 2006-05-17 13:26:01 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
lib/libc/locale utf8.c
Log:
MFC 1.14:
Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
111111 rather than the top 7 bits being compared against 1111110 causing
illegal bytes fe and ff being treated the same as legal bytes fc and fd.
Revision Changes Path
1.13.2.1 +1 -1 src/lib/libc/locale/utf8.c
More information about the cvs-src
mailing list