Skip to content
Snippets Groups Projects
Commit e5019a04 authored by Ludy's avatar Ludy Committed by Scott Lahteine
Browse files

Fix English special symbols (#12529)

parent 19809311
Branches
Tags
No related merge requests found
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
* See also http://marlinfw.org/docs/development/lcd_language.html * See also http://marlinfw.org/docs/development/lcd_language.html
* *
*/ */
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
#define en 1234 #define en 1234
#if LCD_LANGUAGE == en #if LCD_LANGUAGE == en
...@@ -36,6 +35,10 @@ ...@@ -36,6 +35,10 @@
#endif #endif
#undef en #undef en
#ifndef THIS_LANGUAGES_SPECIAL_SYMBOLS
#define THIS_LANGUAGES_SPECIAL_SYMBOLS _UxGT("³")
#endif
#ifdef NOT_EXTENDED_ISO10646_1_5X7 #ifdef NOT_EXTENDED_ISO10646_1_5X7
#define MSG_CUBED _UxGT("^3") #define MSG_CUBED _UxGT("^3")
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment