2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

50_Signalbot: added monospaced numerical characters

git-svn-id: https://svn.fhem.de/fhem/trunk@28803 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Adimarantis 2024-04-17 18:37:42 +00:00
parent 17237381d2
commit eb5020e144

View File

@ -140,7 +140,7 @@ sub formatStringUnicode($$) {
"script" => [0x1d4ea,0x1d4d0,0x30], #Using boldface since normal misses some letters
"fraktur" => [0x1d586,0x1d56c,0x30],#Using boldface since normal misses some letters
"square" => [0x1f130,0x1f130,0x30],
"mono" => [0x1d68a,0x1d670,0x30],
"mono" => [0x1d68a,0x1d670,0x1d7f6],
);
return undef if (! defined $uc{$font});