diff --git a/spip2md/converter.py b/spip2md/converter.py index 440ccce..3f17b0d 100644 --- a/spip2md/converter.py +++ b/spip2md/converter.py @@ -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"«",