summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* Use conversion state objects to store the accumulated wide character,tjr2004-05-171-63/+67
* 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-12/+41
* Fix a typo that caused mbrtowc() to always return 0.tjr2003-11-111-1/+1
* Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implementtjr2003-11-021-71/+69
* Whack 28 unused variables.nectar2003-02-181-1/+1
* Add a UTF-8 encoding method, which will eventually replace the antiquetjr2002-10-101-0/+204
OpenPOWER on IntegriCloud