summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/UTF8Utils.php
AgeCommit message (Expand)Author
2018-12-29Allow to pass a charset to the ScannerTitouan Galopin
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-02Add more extensions on composer.json, improve phpdocs and remove dead codeTitouan Galopin
2016-03-19Use mb_substitute_character instead of ini_setDer Mundschenk & Compagnie
2016-01-31Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
2016-01-26Issue #94 UTF8Utils::countChars() - extra bad perfomance with iconv_strlen()Alexander
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
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-10Refactoring InputStream.Matt Butcher