diff --git a/src/driver/lcd4l.cpp b/src/driver/lcd4l.cpp index fb1849479..c7738e8c0 100644 --- a/src/driver/lcd4l.cpp +++ b/src/driver/lcd4l.cpp @@ -915,7 +915,7 @@ bool CLCD4l::WriteFile(const char *file, std::string content, bool convert) strReplace(content, "Ä", "\xc4\0"); strReplace(content, "Ö", "\xd6\0"); strReplace(content, "Ü", "\xdc\0"); - strReplace(content, "ß", "\xe2\0"); + if (g_settings.lcd4l_display_type == 0) strReplace(content, "ß", "\xe2\0"); strReplace(content, "é", "e"); }