Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 13:26:01 +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:  <200605171326.k4HDQ1PL013617@repoman.freebsd.org>

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



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