Skip to content

Commit b571937

Browse files
committed
Adding latin small letters with middle tilde.
1 parent 905c9f9 commit b571937

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

unidecode/x01d.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@
107107
'', # 0x69
108108
'', # 0x6a
109109
'', # 0x6b
110-
'', # 0x6c
111-
'', # 0x6d
112-
'', # 0x6e
113-
'', # 0x6f
114-
'', # 0x70
115-
'', # 0x71
116-
'', # 0x72
117-
'', # 0x73
118-
'', # 0x74
119-
'', # 0x75
120-
'', # 0x76
121-
'', # 0x77
110+
'b', # 0x6c
111+
'd', # 0x6d
112+
'f', # 0x6e
113+
'm', # 0x6f
114+
'n', # 0x70
115+
'p', # 0x71
116+
'r', # 0x72
117+
'r', # 0x73
118+
's', # 0x74
119+
't', # 0x75
120+
'z', # 0x76
121+
'g', # 0x77
122122
'', # 0x78
123123
'', # 0x79
124124
'', # 0x7a

0 commit comments

Comments
 (0)