add î conversion

This commit is contained in:
Guilhem Fauré 2023-05-23 10:28:25 +02:00
parent 79f1a9e958
commit 0835bec611

View File

@ -237,6 +237,10 @@ iso_to_utf = (
"ç",
r"ç",
),
( # Fix UTF-8 î that was interpreted as ISO 8859-1
"î",
r"î",
),
( # Fix UTF-8 « that was interpreted as ISO 8859-1
"«",
r"«",