From f151bf8bb768789092c5da4aff37ef4ecfaa6a5e Mon Sep 17 00:00:00 2001 From: AnHardt Date: Thu, 1 Mar 2018 01:56:45 +0100 Subject: [PATCH] Fix some mapper, charsize problems (#9865) --- Marlin/language_es_utf8.h | 1 + Marlin/language_pt-br_utf8.h | 1 + Marlin/language_pt_utf8.h | 1 + 3 files changed, 3 insertions(+) diff --git a/Marlin/language_es_utf8.h b/Marlin/language_es_utf8.h index 34bcb0272..8ec9cbada 100644 --- a/Marlin/language_es_utf8.h +++ b/Marlin/language_es_utf8.h @@ -32,6 +32,7 @@ #define MAPPER_C2C3 #define DISPLAY_CHARSET_ISO10646_1 +#define CHARSIZE 2 #define WELCOME_MSG MACHINE_NAME _UxGT(" lista.") #define MSG_BACK _UxGT("AtrĂ¡s") diff --git a/Marlin/language_pt-br_utf8.h b/Marlin/language_pt-br_utf8.h index 1843cfa6e..458500a3c 100644 --- a/Marlin/language_pt-br_utf8.h +++ b/Marlin/language_pt-br_utf8.h @@ -31,6 +31,7 @@ #ifndef LANGUAGE_PT_BR_UTF_H #define LANGUAGE_PT_BR_UTF_H +#define MAPPER_C2C3 #define DISPLAY_CHARSET_ISO10646_1 #define CHARSIZE 2 diff --git a/Marlin/language_pt_utf8.h b/Marlin/language_pt_utf8.h index 40b3d81b5..5933bcba7 100644 --- a/Marlin/language_pt_utf8.h +++ b/Marlin/language_pt_utf8.h @@ -31,6 +31,7 @@ #ifndef LANGUAGE_PT_UTF_H #define LANGUAGE_PT_UTF_H +#define MAPPER_C2C3 #define DISPLAY_CHARSET_ISO10646_1 #define CHARSIZE 2