From 35e1496bcdd99bc823944404e8bf72974fe0e646 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 4 Jun 2023 20:13:16 +0200 Subject: [PATCH] %CHAR_ENTITIES   --- lib/perl/NB/Functions.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/perl/NB/Functions.pm b/lib/perl/NB/Functions.pm index ff275047..75d14cde 100644 --- a/lib/perl/NB/Functions.pm +++ b/lib/perl/NB/Functions.pm @@ -59,7 +59,8 @@ our %CHAR_ENTITIES = ( '\'-' => '‾', '(TM)' => '™', 'oe' => 'œ', - ' ' => 'Espace', + # NB 04.06.23 ' ' => 'Espace', + ' ' => ' ', '¡' => '¡', '¢' => '¢', '£' => '£', -- 2.47.3