| 1 | """ Unicode Mapping Parser and Codec Generator. |
| 2 | |
| 3 | This script parses Unicode mapping files as available from the Unicode |
| 4 | site (ftp://ftp.unicode.org/Public/MAPPINGS/) and creates Python codec |
nothing calls this directly
no test coverage detected