Date: Sun, 4 Apr 2004 03:49:45 -0700 (PDT) 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 utf2.c Message-ID: <200404041049.i34Anj1u069777@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404041049.i34Anj1u069777>