summaryrefslogtreecommitdiff
path: root/lib/libc/locale/gb18030.c
Commit message (Expand)AuthorAgeFilesLines
* Revamp CTYPE support (from Illumos & Dragonfly)Baptiste Daroussin2015-08-081-0/+28
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-9/+12
* The problem is: currently our single byte ctype(3) functions are brokenAndrey A. Chernov2007-10-131-0/+3
* . Static'ize functions exported via function reference variables only.Alexey Zelkin2005-02-271-8/+8
* Move prototypes of various encoding-related functions into a new headerTim J. Robbins2004-05-121-5/+1
* Perform some basic validation of multibyte conversion state objects.Tim J. Robbins2004-04-121-2/+14
* Don't cast away const qualifiers.Tim J. Robbins2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion stateTim J. Robbins2004-04-071-10/+40
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/Tim J. Robbins2004-04-041-123/+137
* Add support for gb18030 encodingAndrey A. Chernov2003-07-291-0/+166