Skip to content

Commit 907ae7d

Browse files
committed
Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to U
1 parent 4a1d4e0 commit 907ae7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unidecode/x000.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
'U', # 0xda
221221
'U', # 0xdb
222222
'U', # 0xdc
223-
'U', # 0xdd
223+
'Y', # 0xdd
224224
'Th', # 0xde
225225
'ss', # 0xdf
226226
'a', # 0xe0

0 commit comments

Comments
 (0)