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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to