Skip to content

Commit 221872f

Browse files
committed
Fix U+1D6D5: should be "tau" not "tai".
Closes #103
1 parent dfe397d commit 221872f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unidecode/x1d6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
'rho', # 0xd2
213213
'sigma', # 0xd3
214214
'sigma', # 0xd4
215-
'tai', # 0xd5
215+
'tau', # 0xd5
216216
'upsilon', # 0xd6
217217
'phi', # 0xd7
218218
'chi', # 0xd8

0 commit comments

Comments
 (0)