add î conversion
This commit is contained in:
parent
79f1a9e958
commit
0835bec611
@ -237,6 +237,10 @@ iso_to_utf = (
|
|||||||
"ç",
|
"ç",
|
||||||
r"ç",
|
r"ç",
|
||||||
),
|
),
|
||||||
|
( # Fix UTF-8 î that was interpreted as ISO 8859-1
|
||||||
|
"î",
|
||||||
|
r"î",
|
||||||
|
),
|
||||||
( # Fix UTF-8 « that was interpreted as ISO 8859-1
|
( # Fix UTF-8 « that was interpreted as ISO 8859-1
|
||||||
"«",
|
"«",
|
||||||
r"«",
|
r"«",
|
||||||
|
Loading…
Reference in New Issue
Block a user