cvs commit: src/lib/libc/locale utf2.c

Tim J. Robbins tjr at FreeBSD.org
Sun Apr 4 03:49:46 PDT 2004


tjr         2004/04/04 03:49:45 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      utf2.c 
  Log:
  Reimplement the deprecated UTF2 encoding method using the UTF-8 code
  as a base. mbrtowc() and wcrtomb() are now implemented directly
  instead of being emulatedi with sgetrune() and sputrune().
  
  Revision  Changes    Path
  1.9       +98 -105   src/lib/libc/locale/utf2.c


More information about the cvs-src mailing list