UTF-8 mapper for Czech
This commit is contained in:
committed by
Scott Lahteine
parent
b8066fb36f
commit
8c34233452
@@ -52,6 +52,7 @@
|
||||
// ca Catalan
|
||||
// cn Chinese
|
||||
// cz Czech
|
||||
// cz_utf8 Czech (UTF8)
|
||||
// de German
|
||||
// el Greek
|
||||
// el-gr Greek (Greece)
|
||||
@@ -69,7 +70,7 @@
|
||||
// pl Polish
|
||||
// pt Portuguese
|
||||
// pt-br Portuguese (Brazilian)
|
||||
// pt-br_utf8 Portuguese (Brazilian UTF8)
|
||||
// pt-br_utf8 Portuguese (Brazilian) (UTF8)
|
||||
// pt_utf8 Portuguese (UTF8)
|
||||
// ru Russian
|
||||
// tr Turkish
|
||||
@@ -299,7 +300,8 @@
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) \
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_CN) \
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_TR) \
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_PL)
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_PL) \
|
||||
&& DISABLED(DISPLAY_CHARSET_ISO10646_CZ)
|
||||
#define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user