Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2006 09:04:13 +0000 (UTC)
From:      Tom Rhodes <trhodes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale utf8.c
Message-ID:  <200603300904.k2U94DAT025677@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603300904.k2U94DAT025677>