Doesn’t work with some german characters
-
Dear Team.
I have problems with some german characters while using this plugin.
Opening source code of a large plugin (standard editor can’t open it, therefore I installed WP Editor) this original two lines:$search = array(“Ä”, “Ö”, “Ü”, “ä”, “ö”, “ü”, “ß”, “´”, ” “);
$replace = array(“Ae”, “Oe”, “Ue”, “ae”, “oe”, “ue”, “ss”, “”, “”);will changed into this:
$search = array(“?”, “?”, “?”, “?”, “?”, “?”, “?”, “?”, ” “);
$replace = array(“Ae”, “Oe”, “Ue”, “ae”, “oe”, “ue”, “ss”, “”, “”);Maybe you can fix it in a further version?
regards
Volker
The topic ‘Doesn’t work with some german characters’ is closed to new replies.