Slovak UTF-8 translation
Slovak UTF-8 translation
This commit is contained in:
committed by
Scott Lahteine
parent
e82e9073d6
commit
54d48130f3
@@ -449,7 +449,7 @@
|
||||
HARDWARE_CHAR_OUT((char)d) ;
|
||||
}
|
||||
else if (seen_c3) {
|
||||
switch(d) {
|
||||
switch(d) {
|
||||
case 0x93u: d = 0x8Au; break; //Ó
|
||||
case 0xB3u: d = 0x8Bu; break; //ó
|
||||
d = '?';
|
||||
@@ -556,6 +556,11 @@
|
||||
return 1;
|
||||
}
|
||||
|
||||
#elif ENABLED(MAPPER_C3C4C5_SK)
|
||||
|
||||
// TBD
|
||||
#error "No mapping for Slovak at this time. Use MAPPER_NON."
|
||||
|
||||
#else
|
||||
|
||||
#define MAPPER_NON
|
||||
|
||||
Reference in New Issue
Block a user