mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 02:59:22 +00:00
98_help.pm: replace german "umlaute"
git-svn-id: https://svn.fhem.de/fhem/trunk@8037 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b5ff5c3feb
commit
f7a31f6972
@ -69,6 +69,14 @@ sub CommandHelp {
|
||||
$output =~ s/\ \ +/\ /g;
|
||||
$output =~ s/\t+/ /g;
|
||||
$output =~ s/\n\n/\n/g;
|
||||
$output =~ s/ä/ä/g;
|
||||
$output =~ s/Ä/Ä/g;
|
||||
$output =~ s/ö/ö/g;
|
||||
$output =~ s/Ö/Ö/g;
|
||||
$output =~ s/ü/ü/g;
|
||||
$output =~ s/Ü/Ü/g;
|
||||
$output =~ s/ß/ß/g;
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user