summaryrefslogtreecommitdiff
path: root/src/input/utf16_stream.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix recalculation of used document buffer length after resizing when the ↵John Mark Bell2008-04-071-11/+6
| | | | | | | | | last attempt to write into the buffer failed mid-way through a multibyte sequence. Add regression test for this Include regression tests in the testsuite index. svn path=/trunk/hubbub/; revision=4075
* Silence cast alignment warningsJohn Mark Bell2007-06-241-5/+7
| | | | svn path=/trunk/hubbub/; revision=3363
* Add UTF-16 input stream.John Mark Bell2007-06-241-0/+608
This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362