""" Unicode Mapping Parser and Codec Generator. This script parses Unicode mapping files as available from the Unicode site (ftp://ftp.unicode.org/Public/MAPPINGS/) and creates Python codec modules from them. The codecs use the standard character mapping codec to actually apply the mapping. Synopsis: gencodec.py dir codec_prefix All files in dir are scanned and those producing non-empty mappings will be written to