Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2004 06:29:48 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@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:  <200407270629.i6R6Tmil023417@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2004-07-27 06:29:48 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/locale      utf8.c 
  Log:
  Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().
  These convert plain ASCII characters in-line, making them only slightly
  slower than the single-byte ("NONE" encoding) version when processing
  ASCII strings.
  
  Revision  Changes    Path
  1.11      +163 -0    src/lib/libc/locale/utf8.c



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