cvs commit: src/lib/libc/locale utf8.c
Tom Rhodes
trhodes at FreeBSD.org
Thu Mar 30 09:04:14 UTC 2006
trhodes 2006-03-30 09:04:13 UTC
FreeBSD src repository
Modified files:
lib/libc/locale utf8.c
Log:
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.14 +1 -1 src/lib/libc/locale/utf8.c
More information about the cvs-src
mailing list