mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -937,7 +937,7 @@ bool CLCD4l::WriteFile(const char *file, std::string content, bool convert)
|
|||||||
strReplace(content, "Ä", "\xc4\0");
|
strReplace(content, "Ä", "\xc4\0");
|
||||||
strReplace(content, "Ö", "\xd6\0");
|
strReplace(content, "Ö", "\xd6\0");
|
||||||
strReplace(content, "Ü", "\xdc\0");
|
strReplace(content, "Ü", "\xdc\0");
|
||||||
|
|
||||||
strReplace(content, "Ą", "\x41\0");
|
strReplace(content, "Ą", "\x41\0");
|
||||||
strReplace(content, "ą", "\x61\0");
|
strReplace(content, "ą", "\x61\0");
|
||||||
strReplace(content, "Ć", "\x43\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, "ź", "\x7a\0");
|
||||||
strReplace(content, "Ź", "\x5a\0");
|
strReplace(content, "Ź", "\x5a\0");
|
||||||
strReplace(content, "ż", "\x7a\0");
|
strReplace(content, "ż", "\x7a\0");
|
||||||
|
|
||||||
if (g_settings.lcd4l_display_type == PEARL) strReplace(content, "ß", "\xe2\0");
|
if (g_settings.lcd4l_display_type == PEARL) strReplace(content, "ß", "\xe2\0");
|
||||||
strReplace(content, "é", "e");
|
strReplace(content, "é", "e");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user