For the generation of the " UTF-8 characters that behave oddly when the case is changed". - generate_utf8.py| Gist
Unicode roundtrip-unsafe characters. They change to different characters (or sets of characters) when case is changed and then changed back. - _unicode_roundtrip_unsafe.txt| Gist
GitHub Gist: star and fork rendello's gists by creating an account on GitHub.| Gist
Unicode codepoints that expand or contract when case is changed in UTF-8. Good for testing parsers. Includes the data `utf8_case_data.rs` and the script to generate it, `generate_utf8.py`. - _utf8_...| Gist