mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_help.pm: replace german "umlaute"
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8037 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d50c7262f1
commit
4670cdbbb3
@ -69,6 +69,14 @@ sub CommandHelp {
|
|||||||
$output =~ s/\ \ +/\ /g;
|
$output =~ s/\ \ +/\ /g;
|
||||||
$output =~ s/\t+/ /g;
|
$output =~ s/\t+/ /g;
|
||||||
$output =~ s/\n\n/\n/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;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user