Add letters to unicodeRemap

Added characters with caron to unicodeRemap, to properly display messages in Czech language
master
Kedlub 2022-11-20 10:29:40 +01:00
parent 72265bebff
commit 698a04922f
1 changed files with 16 additions and 0 deletions

View File

@ -127,18 +127,34 @@ E.on('notify',msg=>{
'261':"a", '261':"a",
'262':"C", '262':"C",
'263':"c", '263':"c",
'268':"C",
'269':"c",
'270':"D",
'271':"d",
'280':"E", '280':"E",
'281':"e", '281':"e",
'282':"E",
'283':"e",
'321':"L", '321':"L",
'322':"l", '322':"l",
'323':"N", '323':"N",
'324':"n", '324':"n",
'327':"N",
'328':"n",
'344':"R",
'345':"r",
'346':"S", '346':"S",
'347':"s", '347':"s",
'352':"S",
'353':"s",
'356':"T",
'357':"t",
'377':"Z", '377':"Z",
'378':"z", '378':"z",
'379':"Z", '379':"Z",
'380':"z", '380':"z",
'381':"Z",
'382':"z",
}; };
var replacer = ""; //(n)=>print('Unknown unicode '+n.toString(16)); var replacer = ""; //(n)=>print('Unknown unicode '+n.toString(16));
//if (appNames[msg.appId]) msg.a //if (appNames[msg.appId]) msg.a