From: Nicolas Boisselier Date: Thu, 9 Nov 2023 10:15:35 +0000 (+0100) Subject: arraos entities X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=efe9921fdb0aad0b0dc535c972f7d92d4a855ba7;p=nb.git arraos entities --- diff --git a/lib/perl/NB/Functions.pm b/lib/perl/NB/Functions.pm index 4a0058e3..488294b6 100644 --- a/lib/perl/NB/Functions.pm +++ b/lib/perl/NB/Functions.pm @@ -157,6 +157,14 @@ our %CHAR_ENTITIES = ( 'ý' => 'ý', 'þ' => 'þ', 'ÿ' => 'ÿ', + '↑' => '↑', + '↗' => '↗', + '→' => '→', + '↘' => '↘', + '↓' => '↓', + '↙' => '↙', + '←' => '←', + '↖' => '↖', ); @ISA = qw(Exporter);