Kleinere Fixes in verschiedene Plugins

This commit is contained in:
2016-07-07 21:24:02 +02:00
parent 6e4ff13e59
commit f53481f8de
12 changed files with 37 additions and 17 deletions

View File

@ -563,6 +563,7 @@ function unescape(str)
str = string.gsub(str, "‹", "")
str = string.gsub(str, "€", "")
str = string.gsub(str, "♪", "")
str = string.gsub(str, "<EFBFBD>", "")
-- Ä Ö Ü
str = string.gsub(str, "&auml;", "ä")