We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043c2a6 commit 526feb2Copy full SHA for 526feb2
1 file changed
unidecode/x002.py
@@ -120,13 +120,13 @@
120
'OE', # 0x76
121
'O', # 0x77
122
'F', # 0x78
123
-'R', # 0x79
124
-'R', # 0x7a
125
-'R', # 0x7b
126
-'R', # 0x7c
+'r', # 0x79
+'r', # 0x7a
+'r', # 0x7b
+'r', # 0x7c
127
'r', # 0x7d
128
'r', # 0x7e
129
-'R', # 0x7f
+'r', # 0x7f
130
'R', # 0x80
131
'R', # 0x81
132
's', # 0x82
@@ -136,12 +136,12 @@
136
'S', # 0x86
137
't', # 0x87
138
't', # 0x88
139
-'U', # 0x89
+'u', # 0x89
140
'U', # 0x8a
141
'v', # 0x8b
142
'^', # 0x8c
143
-'W', # 0x8d
144
-'Y', # 0x8e
+'w', # 0x8d
+'y', # 0x8e
145
'Y', # 0x8f
146
'z', # 0x90
147
'z', # 0x91
@@ -173,8 +173,8 @@
173
'lz', # 0xab
174
'WW', # 0xac
175
']]', # 0xad
176
-'[?]', # 0xae
177
-'[?]', # 0xaf
+'h', # 0xae
+'h', # 0xaf
178
'k', # 0xb0
179
'h', # 0xb1
180
'j', # 0xb2
0 commit comments