lcd4l: fix whitespace errors from previous commit

Origin commit data
------------------
Commit: d2d464345e
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-30 (Sun, 30 Sep 2018)

Origin message was:
------------------
- lcd4l: fix whitespace errors from previous commit
This commit is contained in:
vanhofen
2018-09-30 22:42:49 +02:00
parent 80b28da0bf
commit a005814d8a

View File

@@ -937,7 +937,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, "Ą", "\x41\0");
strReplace(content, "ą", "\x61\0");
strReplace(content, "Ć", "\x43\0");
@@ -956,7 +956,7 @@ bool CLCD4l::WriteFile(const char *file, std::string content, bool convert)
strReplace(content, "ź", "\x7a\0");
strReplace(content, "Ź", "\x5a\0");
strReplace(content, "ż", "\x7a\0");
if (g_settings.lcd4l_display_type == PEARL) strReplace(content, "ß", "\xe2\0");
strReplace(content, "é", "e");
}