Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
e5019a04
Commit
e5019a04
authored
Nov 26, 2018
by
Ludy
Committed by
Scott Lahteine
Nov 26, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Fix English special symbols (#12529)
parent
19809311
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/src/lcd/language/language_en.h
+4
-1
4 additions, 1 deletion
Marlin/src/lcd/language/language_en.h
with
4 additions
and
1 deletion
Marlin/src/lcd/language/language_en.h
+
4
−
1
View file @
e5019a04
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment