summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/UTF8Utils.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-05-29Moved mbstring encoding to be used before iconv. Tests passing on PHP 5.4.Matt Farina
2013-04-11Working on comments.Technosophos
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-10Refactoring InputStream.Matt Butcher