summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/StringInputStream.php
AgeCommit message (Collapse)Author
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2013-11-06Improving the documentation coverage.Matt Farina
2013-06-28Documentation updates for Beta 1!Matt Butcher
2013-04-11Addressed UTF-8 encoding issues.Technosophos
Neither iconv nor mb seem to be able to convert UTF-8 surrogates into UTF-8. As I understand it, this is an extreme edge case. Still, the behavior in both cases is that the surrogates are stripped from the string. We test for that condition, now.
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests ↵Matt Farina
to use StringInputStream
2013-04-10Use UTF8Utils.Matt Butcher
2013-04-10Refactoring InputStream.Matt Butcher