From 578fb497e9de2da1c21a88d13eb85501c9995f6f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Wed, 8 May 2024 01:52:11 +0200 Subject: [PATCH] i18n: accept U+202F as an okay char --- test/reformat_locales.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/reformat_locales.py b/test/reformat_locales.py index 1807e756..7b49e451 100644 --- a/test/reformat_locales.py +++ b/test/reformat_locales.py @@ -24,8 +24,8 @@ godamn_spaces_of_hell = [ "\u2008", "\u2009", "\u200A", - "\u202f", - "\u202F", + #"\u202f", + #"\u202F", "\u3000", ]