summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/gbk.c
Commit message (Expand)AuthorAgeFilesLines
* In the absence of proper validation, at least check that null bytestjr2004-05-111-0/+4
* Perform some basic validation of multibyte conversion state objects.tjr2004-04-121-2/+15
* Don't cast away const qualifiers.tjr2004-04-101-1/+1
* Allow partial multibyte characters to accumulate in conversion statetjr2004-04-071-9/+39
* First byte of GBK-like sequences is 0x81, not 0x80ache2003-12-191-1/+1
* Remove unused #includes.tjr2003-11-081-2/+0
* Implement mbrtowc() and wcrtomb() directly (sync with big5.c).tjr2003-11-051-53/+50
* Add GBK encodingache2003-06-011-0/+116
OpenPOWER on IntegriCloud