Skip to content

Commit 4063d8a

Browse files
committed
Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL.
1 parent f1436e2 commit 4063d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unidecode/x002.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
'y', # 0x1d
3232
'H', # 0x1e
3333
'h', # 0x1f
34-
'[?]', # 0x20
35-
'[?]', # 0x21
34+
'N', # 0x20
35+
'd', # 0x21
3636
'OU', # 0x22
3737
'ou', # 0x23
3838
'Z', # 0x24

0 commit comments

Comments
 (0)