summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/gb18030.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-9/+12
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-131-0/+3
* . Static'ize functions exported via function reference variables only.phantom2005-02-271-8/+8
* Move prototypes of various encoding-related functions into a new headertjr2004-05-121-5/+1
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-121-2/+14
* Don't cast away const qualifiers.tjr2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-10/+40
* Reimplement the GB18030 encoding method using the new-style (mbrtowc()/tjr2004-04-041-123/+137
* Add support for gb18030 encodingache2003-07-291-0/+166
OpenPOWER on IntegriCloud