2016-03-25 07:19:46 +01:00
|
|
|
|
/**
|
2016-03-24 19:01:20 +01:00
|
|
|
|
* Marlin 3D Printer Firmware
|
|
|
|
|
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
|
|
*
|
|
|
|
|
* Based on Sprinter and grbl.
|
|
|
|
|
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
|
|
*
|
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
* (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#ifndef UTF_MAPPER_H
|
|
|
|
|
#define UTF_MAPPER_H
|
|
|
|
|
|
|
|
|
|
#include "language.h"
|
|
|
|
|
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#if ENABLED(DOGLCD)
|
2015-03-17 11:23:44 +01:00
|
|
|
|
#define HARDWARE_CHAR_OUT u8g.print
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#else
|
2015-03-17 11:23:44 +01:00
|
|
|
|
#define HARDWARE_CHAR_OUT lcd.write
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
|
|
|
|
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#if DISABLED(SIMULATE_ROMFONT) && ENABLED(DOGLCD)
|
|
|
|
|
#if ENABLED(DISPLAY_CHARSET_ISO10646_1)
|
2015-03-13 14:26:58 +01:00
|
|
|
|
#define MAPPER_ONE_TO_ONE
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(DISPLAY_CHARSET_ISO10646_5)
|
2015-03-13 14:26:58 +01:00
|
|
|
|
#define MAPPER_ONE_TO_ONE
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(DISPLAY_CHARSET_ISO10646_KANA)
|
2015-03-13 14:26:58 +01:00
|
|
|
|
#define MAPPER_ONE_TO_ONE
|
2016-07-11 03:59:04 +02:00
|
|
|
|
#elif ENABLED(DISPLAY_CHARSET_ISO10646_GREEK)
|
|
|
|
|
#define MAPPER_ONE_TO_ONE
|
2015-03-13 14:26:58 +01:00
|
|
|
|
#endif
|
|
|
|
|
#else // SIMULATE_ROMFONT
|
2016-04-27 07:25:50 +02:00
|
|
|
|
#if DISPLAY_CHARSET_HD44780 == JAPANESE
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#if ENABLED(MAPPER_C2C3)
|
2015-03-11 10:55:16 +01:00
|
|
|
|
const PROGMEM uint8_t utf_recode[] =
|
|
|
|
|
{ // 0 1 2 3 4 5 6 7 8 9 a b c d e f This is fair for symbols
|
|
|
|
|
0x20,0x3f,0xec,0xed,0x3f,0x5c,0x7c,0x3f,0x22,0x63,0x61,0x7f,0x3f,0x3f,0x52,0xb0, // c2a
|
|
|
|
|
// ' ' ¢ £ l " c a « R
|
|
|
|
|
0xdf,0x3f,0x32,0x33,0x27,0xe4,0xf1,0xa5,0x2c,0x31,0xdf,0x7e,0x3f,0x3f,0x3f,0x3f, // c2b but relatively bad for letters.
|
|
|
|
|
// ° 2 3 ` N p . , 1 ° »
|
|
|
|
|
0x3f,0x3f,0x3f,0x3f,0xe1,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f, // c38
|
|
|
|
|
// ä
|
|
|
|
|
0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0xef,0x78,0x3f,0x3f,0x3f,0x3f,0xf5,0x3f,0x3f,0xe2, // c39 missing characters display as '?'
|
2015-03-13 14:26:58 +01:00
|
|
|
|
// ö x ü ß
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0x3f,0x3f,0x3f,0x3f,0xe1,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f, // c3a
|
|
|
|
|
// ä
|
2015-03-13 14:26:58 +01:00
|
|
|
|
0x3f,0xee,0x3f,0x3f,0x3f,0x3f,0xef,0xfd,0x3f,0x3f,0x3f,0x3f,0xf5,0x3f,0x3f,0x3f // c3b
|
|
|
|
|
// n ö ÷ ü
|
2015-03-11 10:55:16 +01:00
|
|
|
|
};
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_E382E383)
|
2015-03-11 10:55:16 +01:00
|
|
|
|
const PROGMEM uint8_t utf_recode[] =
|
|
|
|
|
{ // 0 1 2 3 4 5 6 7 8 9 a b c d e f
|
|
|
|
|
0x3d,0xb1,0xb1,0xa8,0xb2,0xa9,0xb3,0xaa,0xb4,0xab,0xb5,0xb6,0xb6,0xb7,0xb7,0xb8, // e382a Please test and correct
|
|
|
|
|
// = ア ア ィ イ ゥ ウ ェ エ ォ オ ガ ガ キ キ ク
|
|
|
|
|
0xb8,0xb9,0xb9,0xba,0xba,0xbb,0xbb,0xbc,0xbc,0xbd,0xbd,0xbe,0xbe,0xbf,0xbf,0xc0, // e382b
|
|
|
|
|
// ク ケ ケ コ コ サ サ シ シ ス ス セ セ ソ ソ タ
|
|
|
|
|
0xc0,0xc1,0xc1,0xc2,0xc2,0xc2,0xc3,0xc3,0xc4,0xc4,0xc5,0xc6,0xc7,0xc8,0xc9,0xca, // e3838
|
|
|
|
|
// タ チ チ ッ ッ ッ テ テ ト ト ナ ニ ヌ ネ ノ ハ
|
|
|
|
|
0xca,0xca,0xcb,0xcb,0xcb,0xcc,0xcc,0xcc,0xcd,0xcd,0xcd,0xce,0xce,0xce,0xcf,0xd0, // e3839
|
|
|
|
|
// ハ ハ ヒ ヒ ヒ フ フ フ ヘ ヘ ヘ ホ ホ ホ マ ミ
|
|
|
|
|
0xd1,0xd2,0xd3,0xd4,0xd4,0xd5,0xd5,0xae,0xd6,0xd7,0xd8,0xd9,0xda,0xdb,0xdc,0xdc, // e383a
|
|
|
|
|
// ム メ モ ャ ャ ユ ユ ョ ヨ ラ リ ル レ ロ ワ ワ
|
|
|
|
|
0xec,0xa7,0xa6,0xdd,0xcc,0x3f,0x3f,0x3f,0x3f,0x3f,0xa6,0xa5,0xb0,0xa4,0xa4,0x3f // e383b
|
|
|
|
|
// ヰ ヱ ヲ ン フ ? ? ? ? ? ヲ ・ ー ヽ ヽ ?
|
|
|
|
|
};
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_D0D1)
|
2016-05-15 00:06:09 +02:00
|
|
|
|
#error "Cyrillic on a JAPANESE display makes no sense. There are no matching symbols."
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
|
|
|
|
|
2016-04-27 07:25:50 +02:00
|
|
|
|
#elif DISPLAY_CHARSET_HD44780 == WESTERN
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#if ENABLED(MAPPER_C2C3)
|
2015-03-11 10:55:16 +01:00
|
|
|
|
const PROGMEM uint8_t utf_recode[] =
|
|
|
|
|
{ // 0 1 2 3 4 5 6 7 8 9 a b c d e f This is relative complete.
|
|
|
|
|
0x20,0xa1,0xa2,0xa3,0xa4,0xa5,0xa6,0xa7,0x22,0xa9,0xaa,0xab,0x3f,0x3f,0xae,0x3f, // c2a ¡¢£¤¥¦§¨©ª«¬®¯
|
|
|
|
|
// ' ' ¡ ¢ £ ¤ ¥ ¦ § " © ª « ? ? ® ?
|
|
|
|
|
0xb0,0xb1,0xb2,0xb3,0x27,0xb5,0xb6,0xb7,0x2c,0xb9,0xba,0xbb,0xbc,0xbd,0xbe,0xbf, // c2b °±²³´µ¶·¸¹º»¼½¾¿
|
|
|
|
|
// ° ± ³ ² ? µ ¶ · , ¹ º » ¼ ½ ¾ ¿
|
|
|
|
|
0xc0,0xc1,0xc2,0xc3,0xc4,0xc5,0xc6,0xc7,0xc8,0xc9,0xca,0xcb,0xcc,0xcd,0xce,0xcf, // c38 ÀÁÃÄÅÆÇÈÉÊËÌÍÎÏ
|
|
|
|
|
// À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï
|
|
|
|
|
0xd0,0xd1,0xd2,0xd3,0xd4,0xd5,0xd6,0xd7,0xd8,0xd9,0xda,0xdb,0xdc,0xdd,0xde,0xdf, // c39 ÐÑÓÔÕÖ×ØÙÚÛÜÝÞß
|
|
|
|
|
// Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß
|
2015-10-03 08:08:58 +02:00
|
|
|
|
0xe0,0xe1,0xe2,0xe3,0xe4,0xe5,0xe6,0xe7,0xe8,0xe9,0xea,0xeb,0xec,0xed,0xee,0xef, // c3a àáãäåæçèéêëìíîï
|
2015-03-11 10:55:16 +01:00
|
|
|
|
// à á â ã ä å æ ç è é ê ë ì í î ï
|
|
|
|
|
0xf0,0xf1,0xf2,0xf3,0xf4,0xf5,0xf6,0xf7,0xf8,0xf9,0xfa,0xfb,0xfc,0xfd,0xfe,0xff // c3b ðñóôõö÷øùúûüýþÿ
|
|
|
|
|
// ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ
|
|
|
|
|
};
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_D0D1)
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#define MAPPER_D0D1_MOD
|
|
|
|
|
const PROGMEM uint8_t utf_recode[] =
|
|
|
|
|
{//0 1 2 3 4 5 6 7 8 9 a b c d e f
|
|
|
|
|
0x41,0x80,0x42,0x92,0x81,0x45,0x82,0x83,0x84,0x85,0x4b,0x86,0x4d,0x48,0x4f,0x87, // d0a
|
|
|
|
|
// A Б B Г Д E Ж З И Й K Л M H O П
|
|
|
|
|
0x50,0x43,0x54,0x88,0xd8,0x58,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x62,0x8f,0xac,0xad, // d0b
|
|
|
|
|
// P C T У Ф X Ч ч Ш Щ Ъ Ы b Э Ю Я
|
|
|
|
|
0x61,0x36,0x42,0x92,0x81,0x65,0x82,0xb3,0x84,0x85,0x6b,0x86,0x4d,0x48,0x6f,0x87, // d18
|
|
|
|
|
// a 6 B Г Д e Ж ³ И Й k Л M H o П
|
|
|
|
|
0x70,0x63,0x54,0x79,0xd8,0x78,0x89,0x8a,0x8b,0x8c,0x8d,0x8e,0x62,0x8f,0xac,0xad // d19
|
|
|
|
|
// p c T y Ф x Ч ч Ш Щ Ъ Ы b Э Ю Я
|
|
|
|
|
};
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_E382E383)
|
2016-05-15 00:06:09 +02:00
|
|
|
|
#error "Katakana on a WESTERN display makes no sense. There are no matching symbols."
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
|
|
|
|
|
2016-04-27 07:25:50 +02:00
|
|
|
|
#elif DISPLAY_CHARSET_HD44780 == CYRILLIC
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#if ENABLED(MAPPER_D0D1)
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#define MAPPER_D0D1_MOD
|
|
|
|
|
// it is a Russian alphabet translation
|
|
|
|
|
// except 0401 --> 0xa2 = Ё, 0451 --> 0xb5 = ё
|
|
|
|
|
const PROGMEM uint8_t utf_recode[] =
|
|
|
|
|
{ 0x41,0xa0,0x42,0xa1,0xe0,0x45,0xa3,0xa4, // unicode U+0400 to U+047f
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// A Б->Ё B Г Д E Ж З // 0 Ѐ Ё Ђ Ѓ Є Ѕ І Ї
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0xa5,0xa6,0x4b,0xa7,0x4d,0x48,0x4f,0xa8, // Ј Љ Њ Ћ Ќ Ѝ Ў Џ
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// И Й K Л M H O П // 1 А Б В Г Д Е Ж З
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0x50,0x43,0x54,0xa9,0xaa,0x58,0xe1,0xab, // И Й К Л М Н О П
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// P C T У Ф X Ч ч // 2 Р С Т У Ф Х Г Ч
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0xac,0xe2,0xad,0xae,0x62,0xaf,0xb0,0xb1, // Ш Щ Ъ Ы Ь Э Ю Я
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// Ш Щ Ъ Ы b Э Ю Я // 3 а б в г д е ж з
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0x61,0xb2,0xb3,0xb4,0xe3,0x65,0xb6,0xb7, // и й к л м н о п
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// a б->ё в г д e ж з // 4 р с т у ф х ц ч
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0xb8,0xb9,0xba,0xbb,0xbc,0xbd,0x6f,0xbe, // ш щ ъ ы ь э ю я
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// и й к л м н o п // 5 ѐ ё ђ ѓ є ѕ і ї
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0x70,0x63,0xbf,0x79,0xe4,0x78,0xe5,0xc0, // ј љ њ ћ ќ ѝ ў џ
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// p c т y ф x ц ч // 6 Ѡ ѡ Ѣ ѣ Ѥ ѥ Ѧ ѧ
|
2015-03-11 10:55:16 +01:00
|
|
|
|
0xc1,0xe6,0xc2,0xc3,0xc4,0xc5,0xc6,0xc7 // Ѫ ѩ Ѫ ѫ Ѭ ѭ Ѯ ѯ
|
2016-04-27 07:25:50 +02:00
|
|
|
|
// ш щ ъ ы ь э ю я // 7 Ѱ ѱ Ѳ ѳ Ѵ ѵ Ѷ ѷ
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}; // ѻ ѹ Ѻ ѻ Ѽ ѽ Ѿ ѿ
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_C2C3)
|
2016-05-15 00:06:09 +02:00
|
|
|
|
#error "Western languages on a CYRILLIC display makes no sense. There are no matching symbols."
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_E382E383)
|
2016-05-15 00:06:09 +02:00
|
|
|
|
#error "Katakana on a CYRILLIC display makes no sense. There are no matching symbols."
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
2015-03-13 19:45:10 +01:00
|
|
|
|
#else
|
2016-05-13 14:10:23 +02:00
|
|
|
|
#error "Something went wrong in the setting of DISPLAY_CHARSET_HD44780"
|
2016-04-27 07:25:50 +02:00
|
|
|
|
#endif // DISPLAY_CHARSET_HD44780
|
2015-03-13 14:26:58 +01:00
|
|
|
|
#endif // SIMULATE_ROMFONT
|
2015-03-11 10:55:16 +01:00
|
|
|
|
|
2016-07-12 19:42:42 +02:00
|
|
|
|
#if ENABLED(MAPPER_C2C3)
|
2015-10-13 12:55:16 +02:00
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_c2 = false;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
uint8_t d = c;
|
2016-07-11 03:59:04 +02:00
|
|
|
|
if ( d >= 0x80u ) { // UTF-8 handling
|
|
|
|
|
if ( (d >= 0xc0u) && (!seen_c2) ) {
|
|
|
|
|
utf_hi_char = d - 0xc2u;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
seen_c2 = true;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
else if (seen_c2) {
|
2016-07-11 03:59:04 +02:00
|
|
|
|
d &= 0x3fu;
|
|
|
|
|
#ifndef MAPPER_ONE_TO_ONE
|
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x20));
|
|
|
|
|
#else
|
|
|
|
|
HARDWARE_CHAR_OUT((char)(0x80u + (utf_hi_char << 6) + d)) ;
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
HARDWARE_CHAR_OUT('?');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
|
|
|
|
}
|
|
|
|
|
seen_c2 = false;
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#elif ENABLED(MAPPER_CECF)
|
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_ce = false;
|
|
|
|
|
uint8_t d = c;
|
|
|
|
|
if ( d >= 0x80 ) { // UTF-8 handling
|
|
|
|
|
if ( (d >= 0xc0) && (!seen_ce) ) {
|
|
|
|
|
utf_hi_char = d - 0xce;
|
|
|
|
|
seen_ce = true;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
else if (seen_ce) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
d &= 0x3f;
|
|
|
|
|
#ifndef MAPPER_ONE_TO_ONE
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x20));
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#else
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)(0x80 + (utf_hi_char << 6) + d)) ;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
else {
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT('?');
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
2016-07-11 03:59:04 +02:00
|
|
|
|
seen_ce = false;
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#elif ENABLED(MAPPER_CECF)
|
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_ce = false;
|
|
|
|
|
uint8_t d = c;
|
|
|
|
|
if ( d >= 0x80 ) { // UTF-8 handling
|
|
|
|
|
if ( (d >= 0xc0) && (!seen_ce) ) {
|
|
|
|
|
utf_hi_char = d - 0xce;
|
|
|
|
|
seen_ce = true;
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
else if (seen_ce) {
|
|
|
|
|
d &= 0x3f;
|
|
|
|
|
#ifndef MAPPER_ONE_TO_ONE
|
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x20));
|
|
|
|
|
#else
|
|
|
|
|
HARDWARE_CHAR_OUT((char)(0x80 + (utf_hi_char << 6) + d)) ;
|
|
|
|
|
#endif
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
HARDWARE_CHAR_OUT('?');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
|
|
|
|
}
|
|
|
|
|
seen_ce = false;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
return 1;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_D0D1_MOD)
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
// it is a Russian alphabet translation
|
|
|
|
|
// except 0401 --> 0xa2 = Ё, 0451 --> 0xb5 = ё
|
2015-10-13 12:55:16 +02:00
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_d5 = false;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
uint8_t d = c;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
if (d >= 0x80) { // UTF-8 handling
|
|
|
|
|
if (d >= 0xd0 && !seen_d5) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
utf_hi_char = d - 0xd0;
|
|
|
|
|
seen_d5 = true;
|
|
|
|
|
return 0;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else if (seen_d5) {
|
|
|
|
|
d &= 0x3f;
|
|
|
|
|
if (!utf_hi_char && d == 1) {
|
|
|
|
|
HARDWARE_CHAR_OUT((char) 0xa2); // Ё
|
|
|
|
|
}
|
|
|
|
|
else if (utf_hi_char == 1 && d == 0x11) {
|
|
|
|
|
HARDWARE_CHAR_OUT((char)0xb5); // ё
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
|
|
|
|
else {
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x10));
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else {
|
|
|
|
|
HARDWARE_CHAR_OUT('?');
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
|
|
|
|
seen_d5 = false;
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_D0D1)
|
2015-10-13 12:55:16 +02:00
|
|
|
|
|
2015-10-03 08:08:58 +02:00
|
|
|
|
char charset_mapper(char c) {
|
2015-10-13 12:55:16 +02:00
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_d5 = false;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
uint8_t d = c;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
if (d >= 0x80u) { // UTF-8 handling
|
|
|
|
|
if (d >= 0xd0u && !seen_d5) {
|
2015-03-13 14:26:58 +01:00
|
|
|
|
utf_hi_char = d - 0xd0u;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
seen_d5 = true;
|
|
|
|
|
return 0;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else if (seen_d5) {
|
|
|
|
|
d &= 0x3fu;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#ifndef MAPPER_ONE_TO_ONE
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x20));
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#else
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)(0xa0u + (utf_hi_char << 6) + d)) ;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT('?');
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
|
|
|
|
seen_d5 = false;
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2015-07-31 07:03:15 +02:00
|
|
|
|
#elif ENABLED(MAPPER_E382E383)
|
2015-10-13 12:55:16 +02:00
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
|
|
|
|
static uint8_t utf_hi_char; // UTF-8 high part
|
|
|
|
|
static bool seen_e3 = false;
|
|
|
|
|
static bool seen_82_83 = false;
|
2015-10-03 08:08:58 +02:00
|
|
|
|
uint8_t d = c;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
if (d >= 0x80) { // UTF-8 handling
|
|
|
|
|
if (d == 0xe3 && !seen_e3) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
seen_e3 = true;
|
|
|
|
|
return 0; // eat 0xe3
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else if (d >= 0x82 && seen_e3 && !seen_82_83) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
utf_hi_char = d - 0x82;
|
|
|
|
|
seen_82_83 = true;
|
|
|
|
|
return 0;
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else if (seen_e3 && seen_82_83) {
|
2015-03-11 10:55:16 +01:00
|
|
|
|
d &= 0x3f;
|
|
|
|
|
#ifndef MAPPER_ONE_TO_ONE
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)pgm_read_byte_near(utf_recode + d + (utf_hi_char << 6) - 0x20));
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#else
|
2015-10-13 12:51:34 +02:00
|
|
|
|
HARDWARE_CHAR_OUT((char)(0x80 + (utf_hi_char << 6) + d)) ;
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#endif
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT((char) '?' );
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
}
|
|
|
|
|
else {
|
2015-03-17 11:23:44 +01:00
|
|
|
|
HARDWARE_CHAR_OUT((char) c );
|
2015-03-11 10:55:16 +01:00
|
|
|
|
}
|
|
|
|
|
seen_e3 = false;
|
|
|
|
|
seen_82_83 = false;
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2015-03-11 10:55:16 +01:00
|
|
|
|
#else
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2016-07-12 19:42:42 +02:00
|
|
|
|
#define MAPPER_NON
|
|
|
|
|
|
|
|
|
|
char charset_mapper(char c) {
|
|
|
|
|
HARDWARE_CHAR_OUT( c );
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
2015-10-13 12:51:34 +02:00
|
|
|
|
|
2016-07-12 19:42:42 +02:00
|
|
|
|
#endif // code mappers
|
2015-03-11 10:55:16 +01:00
|
|
|
|
|
|
|
|
|
#endif // UTF_MAPPER_H
|