From 0835bec6111a7e31646db3fd2095908dbd0e817a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Faur=C3=A9?= Date: Tue, 23 May 2023 10:28:25 +0200 Subject: [PATCH] =?UTF-8?q?add=20=C3=AE=20conversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spip2md/converter.py | 4 ++++ 1 file changed, 4 insertions(+) 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"«",