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.
uniform/lib
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
..
URI.php Four more states 2018-04-18 11:45:09 -04:00
URL.php Initial commit with a few states; not yet tested 2018-04-08 20:10:17 -04:00
UTF8.php Correct deficiencies in UTF-8 handling 2018-04-22 22:35:03 -04:00