A parser for WHATWG URLs
This repository has been archived on 2020-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
J. King 30162e8525 Correct deficiencies in UTF-8 handling
Function now operates as defined by the WHATWG encoding standard; the practical implications of this are that:

- More invalid sequences are correctly identified as invalid
- Overlong encodings are normalized
- ord() and chr() functions have been added as a consequence of this work
2018-04-22 22:35:03 -04:00
lib Correct deficiencies in UTF-8 handling 2018-04-22 22:35:03 -04:00
.gitattributes Initial commit with a few states; not yet tested 2018-04-08 20:10:17 -04:00
.gitignore Initial commit with a few states; not yet tested 2018-04-08 20:10:17 -04:00
composer.json Initial commit with a few states; not yet tested 2018-04-08 20:10:17 -04:00
composer.lock Initial commit with a few states; not yet tested 2018-04-08 20:10:17 -04:00