summaryrefslogtreecommitdiff
path: root/src/charset/detect.c
Commit message (Collapse)AuthorAgeFilesLines
* Reject any non-ASCII charset detected using the ASCII-compatible detectorJohn Mark Bell2009-04-021-0/+18
| | | | svn path=/trunk/libcss/; revision=7027
* Autodetect UTF-16 and UTF-32 charsetsJohn Mark Bell2009-04-021-14/+277
| | | | svn path=/trunk/libcss/; revision=7026
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-011-0/+161
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112