summaryrefslogtreecommitdiff
path: root/src/charset
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that charset detection always returns CSS_OK unless there's a fatal ↵John Mark Bell2009-07-011-4/+2
| | | | | | error. Otherwise, it's possible to fail to process any of a short stylesheet (sheet.length < "@charset "). svn path=/trunk/libcss/; revision=8241
* 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
* Port to new buildsystemJohn Mark Bell2009-03-241-44/+2
| | | | svn path=/trunk/libcss/; revision=6856
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-013-0/+231
Currently comprises a lexer. svn path=/trunk/libcss/; revision=4112