mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-09 19:54:19 +00:00
93_DbLog: contrib 3.12.5
git-svn-id: https://svn.fhem.de/fhem/trunk@17522 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6993b3b241
commit
fa4a545f4b
@ -3890,9 +3890,11 @@ sub DbLog_charfilter ($) {
|
||||
$txt =~ s/Ö/Oe/g;
|
||||
$txt =~ s/Ü/Ue/g;
|
||||
$txt =~ s/€/EUR/g;
|
||||
$txt =~ s/^\xb0/°/g;
|
||||
$txt =~ s/\xb0/1degree1/g;
|
||||
|
||||
$txt =~ tr/ A-Za-z0-9!"#$%&'()*+,-.\/:;<=>?@[\\]^_`{|}~°//cd;
|
||||
$txt =~ tr/ A-Za-z0-9!"#$%&'()*+,-.\/:;<=>?@[\\]^_`{|}~//cd;
|
||||
|
||||
$txt =~ s/1degree1/°/g;
|
||||
|
||||
return($txt);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user