diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-04 16:13:30 +0100 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2016-11-04 16:13:30 +0100 |
| commit | 82ee7df18f1a9567df37a80edee6dca8f77d664b (patch) | |
| tree | bd3f2ea0072470cb5ecc582e19fb472a5f79efe0 /unidecode | |
| parent | 7e286f18e606fa5fafcded37da2211cede958d08 (diff) | |
| download | unidecode-82ee7df18f1a9567df37a80edee6dca8f77d664b.tar.gz | |
Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOK
Diffstat (limited to 'unidecode')
| -rw-r--r-- | unidecode/x002.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unidecode/x002.py b/unidecode/x002.py index ea45441..d7028cd 100644 --- a/unidecode/x002.py +++ b/unidecode/x002.py @@ -175,7 +175,7 @@ data = ( ']]', # 0xad 'h', # 0xae 'h', # 0xaf -'k', # 0xb0 +'h', # 0xb0 'h', # 0xb1 'j', # 0xb2 'r', # 0xb3 |
