Skip to content

Commit 526feb2

Browse files
committed
Fixed transliteration of turned latin letters.
1 parent 043c2a6 commit 526feb2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

unidecode/x002.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@
120120
'OE', # 0x76
121121
'O', # 0x77
122122
'F', # 0x78
123-
'R', # 0x79
124-
'R', # 0x7a
125-
'R', # 0x7b
126-
'R', # 0x7c
123+
'r', # 0x79
124+
'r', # 0x7a
125+
'r', # 0x7b
126+
'r', # 0x7c
127127
'r', # 0x7d
128128
'r', # 0x7e
129-
'R', # 0x7f
129+
'r', # 0x7f
130130
'R', # 0x80
131131
'R', # 0x81
132132
's', # 0x82
@@ -136,12 +136,12 @@
136136
'S', # 0x86
137137
't', # 0x87
138138
't', # 0x88
139-
'U', # 0x89
139+
'u', # 0x89
140140
'U', # 0x8a
141141
'v', # 0x8b
142142
'^', # 0x8c
143-
'W', # 0x8d
144-
'Y', # 0x8e
143+
'w', # 0x8d
144+
'y', # 0x8e
145145
'Y', # 0x8f
146146
'z', # 0x90
147147
'z', # 0x91
@@ -173,8 +173,8 @@
173173
'lz', # 0xab
174174
'WW', # 0xac
175175
']]', # 0xad
176-
'[?]', # 0xae
177-
'[?]', # 0xaf
176+
'h', # 0xae
177+
'h', # 0xaf
178178
'k', # 0xb0
179179
'h', # 0xb1
180180
'j', # 0xb2

0 commit comments

Comments
 (0)