summaryrefslogtreecommitdiff
path: root/src/charset/codecs
Commit message (Collapse)AuthorAgeFilesLines
* Port to new buildsystemJohn Mark Bell2009-03-241-44/+3
| | | | svn path=/trunk/libparserutils/; revision=6854
* Pedantic whitespace changesJohn Mark Bell2008-11-304-8/+4
| | | | svn path=/trunk/libparserutils/; revision=5842
* C89François Revel2008-11-294-14/+26
| | | | svn path=/trunk/libparserutils/; revision=5839
* Return errors from constructors and destructors.John Mark Bell2008-11-086-109/+165
| | | | svn path=/trunk/libparserutils/; revision=5652
* ASCII charset codec.John Mark Bell2008-09-242-1/+527
| | | | svn path=/trunk/libparserutils/; revision=5429
* Remove the iconv codec. It serves no purpose.John Mark Bell2008-09-052-684/+1
| | | | svn path=/trunk/libparserutils/; revision=5248
* Fix encoding. Sigh.John Mark Bell2008-09-052-4/+6
| | | | svn path=/trunk/libparserutils/; revision=5241
* Fix stupid.John Mark Bell2008-09-042-4/+4
| | | | | | Testcase for cp1252. Currently fails because of spurious nonsense at the end of the output. May be a test driver bug. svn path=/trunk/libparserutils/; revision=5237
* Fix bugs.John Mark Bell2008-09-042-2/+2
| | | | svn path=/trunk/libparserutils/; revision=5236
* Extended 8bit coded. Mostly for Windows-125n support. Also needs testing.John Mark Bell2008-09-043-1/+763
| | | | svn path=/trunk/libparserutils/; revision=5235
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-043-1/+825
| | | | svn path=/trunk/libparserutils/; revision=5233
* Make comments explicit about the endianness of UCS-4 dataJohn Mark Bell2008-06-282-6/+6
| | | | svn path=/trunk/libparserutils/; revision=4473
* Remove unnecessary casting.John Tytgat2008-06-283-7/+5
| | | | svn path=/trunk/libparserutils/; revision=4470
* Pedantic spelling changes of encoding names UTF-8, UTF-16 and UCS-4John Tytgat2008-06-283-23/+23
| | | | svn path=/trunk/libparserutils/; revision=4469
* Import parser construction utility libraryJohn Mark Bell2008-05-015-0/+1867
svn path=/trunk/libparserutils/; revision=4111