Viewing 3 replies - 1 through 3 (of 3 total)
  • Tommy

    (@thomasdeutschmann)

    I have the same problem, I thunk it depends on the theme I use. Would love to know how to fix this problem.

    Hi,

    i have changed in /inc/aws_signed_request.php on line 40

    $parser = xml_parser_create ('ISO-8859-1');

    in

    $parser = xml_parser_create (‘UTF-8’);`

    Now it works!

    (deutsch: im Plugin Unterordner /inc/ die PHP Datei aws_signed_request.php in Zeile 40 die oben genannte Codierung ändern)

    This is probably the best solution at this time. You may need to verify that the encoding in the parser_create function matches your site’s character encoding to get it to work. Usually it will be either UTF-8 or ISO-8859-1 – but not always.

    We will address a more automated encoding method in a future update.

    regards,
    Don

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Incorrect Encoding for non-English Characters’ is closed to new replies.