summaryrefslogtreecommitdiff
path: root/src/charset/codec.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove client allocation function.Michael Drake2013-12-141-9/+3
|
* Internalise the internal symbol names.Daniel Silverstone2011-01-261-1/+1
| | | | svn path=/trunk/libparserutils/; revision=11493
* Silence doxygen warnings.John Mark Bell2009-01-091-1/+1
| | | | svn path=/trunk/libparserutils/; revision=6007
* Return errors from constructors and destructors.John Mark Bell2008-11-081-18/+30
| | | | svn path=/trunk/libparserutils/; revision=5652
* ASCII charset codec.John Mark Bell2008-09-241-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5429
* Purge remaining traces of iconv codec.John Mark Bell2008-09-071-7/+0
| | | | svn path=/trunk/libparserutils/; revision=5284
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-041-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5235
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-041-0/+2
| | | | svn path=/trunk/libparserutils/; revision=5233
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-281-2/+2
| | | | svn path=/trunk/libparserutils/; revision=4469
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+185
svn path=/trunk/libparserutils/; revision=4111