added basic DBC-32/DBC-611 support (Latin/Cyrillic)

This commit is contained in:
Luxferre
2024-05-22 09:32:13 +03:00
parent 1d79e63d3e
commit 593d087aa8
2 changed files with 19 additions and 1 deletions
+16
View File
@@ -39,4 +39,20 @@
"digit": "-0123456789() ",
"index": "ABCDEFGHIJKLMNOPQRSTUVWXY12345"
}
"2888-lat": {
"description": "Casio 2888/3228 modules - basic Latin (English/Dutch)",
"namelen": 8,
"numberlen": 15,
"alpha": " ABCDEFGHIJKLMNOPQRSTUVWXYZ@!?'.:/+-0123456789",
"digit": "-0123456789 ",
"index": "ABCDEFGHIJKLMNOPQRSTUVWXY"
},
"2888-cyr": {
"description": "Casio 2888/3228 modules - Cyrillic",
"namelen": 8,
"numberlen": 15,
"alpha": " АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ@!?'.:/+-0123456789",
"digit": "-0123456789 ",
"index": "АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЭЯ"
}
}