Fix some mapper, charsize problems (#9866)
This commit is contained in:
parent
8bffb26c23
commit
eb8b758226
|
@ -32,6 +32,7 @@
|
||||||
|
|
||||||
#define MAPPER_C2C3
|
#define MAPPER_C2C3
|
||||||
#define DISPLAY_CHARSET_ISO10646_1
|
#define DISPLAY_CHARSET_ISO10646_1
|
||||||
|
#define CHARSIZE 2
|
||||||
|
|
||||||
#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
|
#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
|
||||||
#define MSG_BACK _UxGT("Atrás")
|
#define MSG_BACK _UxGT("Atrás")
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#ifndef LANGUAGE_PT_BR_UTF_H
|
#ifndef LANGUAGE_PT_BR_UTF_H
|
||||||
#define LANGUAGE_PT_BR_UTF_H
|
#define LANGUAGE_PT_BR_UTF_H
|
||||||
|
|
||||||
|
#define MAPPER_C2C3
|
||||||
#define DISPLAY_CHARSET_ISO10646_1
|
#define DISPLAY_CHARSET_ISO10646_1
|
||||||
#define CHARSIZE 2
|
#define CHARSIZE 2
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
#ifndef LANGUAGE_PT_UTF_H
|
#ifndef LANGUAGE_PT_UTF_H
|
||||||
#define LANGUAGE_PT_UTF_H
|
#define LANGUAGE_PT_UTF_H
|
||||||
|
|
||||||
|
#define MAPPER_C2C3
|
||||||
#define DISPLAY_CHARSET_ISO10646_1
|
#define DISPLAY_CHARSET_ISO10646_1
|
||||||
#define CHARSIZE 2
|
#define CHARSIZE 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue