cvs commit: src/lib/libc/locale big5.c euc.c mskanji.c utf8.c
    Tim J. Robbins 
    tjr at FreeBSD.org
       
    Sun Nov  2 02:09:34 PST 2003
    
    
  
tjr         2003/11/02 02:09:33 PST
  FreeBSD src repository
  Modified files:
    lib/libc/locale      big5.c euc.c mskanji.c utf8.c 
  Log:
  Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement
  mbrtowc() and wcrtomb() directly. GB18030, GBK and UTF2 are left
  unconverted; GB18030 will be done eventually, but GBK and UTF2 may just
  be removed, as they are subsets of GB18030 and UTF-8 respectively.
  
  Revision  Changes    Path
  1.8       +50 -53    src/lib/libc/locale/big5.c
  1.12      +68 -82    src/lib/libc/locale/euc.c
  1.9       +46 -48    src/lib/libc/locale/mskanji.c
  1.3       +69 -71    src/lib/libc/locale/utf8.c
    
    
More information about the cvs-src
mailing list