From 698a04922ff9d66e79e178efd88c3f821b0f6f96 Mon Sep 17 00:00:00 2001 From: Kedlub Date: Sun, 20 Nov 2022 10:29:40 +0100 Subject: [PATCH] Add letters to unicodeRemap Added characters with caron to unicodeRemap, to properly display messages in Czech language --- apps/ios/boot.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/ios/boot.js b/apps/ios/boot.js index 6b4ad7c5b..ee19ca14b 100644 --- a/apps/ios/boot.js +++ b/apps/ios/boot.js @@ -127,18 +127,34 @@ E.on('notify',msg=>{ '261':"a", '262':"C", '263':"c", + '268':"C", + '269':"c", + '270':"D", + '271':"d", '280':"E", '281':"e", + '282':"E", + '283':"e", '321':"L", '322':"l", '323':"N", '324':"n", + '327':"N", + '328':"n", + '344':"R", + '345':"r", '346':"S", '347':"s", + '352':"S", + '353':"s", + '356':"T", + '357':"t", '377':"Z", '378':"z", '379':"Z", '380':"z", + '381':"Z", + '382':"z", }; var replacer = ""; //(n)=>print('Unknown unicode '+n.toString(16)); //if (appNames[msg.appId]) msg.a