blob: f1579bdefa67159f5f7239ef61e84430a722e00a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
This directory contains some tools that help find problems in the
transliteration mappings.
check_character_names.py
========================
Compares the names of Unicode characters with the output of unidecode using
simple heuristics.
Download the list of character names here:
http://www.unicode.org/Public/UNIDATA/NamesList.txt
|