blob: 5d0a18f4456df7a75da0644b8f8e6488d89170c1 (
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:
https://www.unicode.org/Public/UNIDATA/NamesList.txt
|