summaryrefslogtreecommitdiff
path: root/src/charset/codecs/codec_8859.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix encoding. Sigh.John Mark Bell2008-09-051-2/+3
| | | | svn path=/trunk/libparserutils/; revision=5241
* Fix stupid.John Mark Bell2008-09-041-2/+2
| | | | | | 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-041-1/+1
| | | | svn path=/trunk/libparserutils/; revision=5236
* ISO-8859-n codec. This needs some testing.John Mark Bell2008-09-041-0/+583
svn path=/trunk/libparserutils/; revision=5233