• 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

    • This topic was modified 3 years, 7 months ago by soagined.
    • This topic was modified 3 years, 7 months ago by soagined. Reason: german character
    • This topic was modified 3 years, 7 months ago by soagined.

The topic ‘Doesn’t work with some german characters’ is closed to new replies.