Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author dbhynds

    (@dbhynds)

    Thanks. What happens to the umlauts? Where are the umlauts? Are the located in the <img> tags (the alt text, perhaps)? Or are the umlauts located elsewhere in the content?

    Is there a live example that you can point me to?

    Thread Starter choooo

    (@choooo)

    Hi 🙂

    Sorry, forgot to specify. Any Umlaut in the echoed Text within the loop turns into something like A¶. Not sure about the umlauts within HTML tags though. My wordpress is set to german, charset UTF-8.

    Example:

    If I write a new Post with the Text “Schöne Feiertage!”

    It turns to “SchA¶ne Feiertage!”

    Hope that helps 😉

    Plugin Author dbhynds

    (@dbhynds)

    Thanks. I think I know the problem. I suspect I know the problem. I’ll work on fixing it and let you know. I appreciate the feedback.

    Plugin Author dbhynds

    (@dbhynds)

    Ok, I located the problem. I’m parsing the HTML using the PHP DOMDocument class, which apparently has trouble handling UTF-8 characters.

    For v0.3, I’ve been considering switching from DOMDocument to regex. This should fix your umlaut problem. I’ve still got some work to do on it 0.3, but hope to have it released in the next week or two.

    I’ll keep you posted.

    ok very good for release UTF-8 🙂

    Plugin Author dbhynds

    (@dbhynds)

    I just released a new version of the plugin. Version 0.3 now supports UTF-8 characters.

    Thread Starter choooo

    (@choooo)

    Very cool! Great support!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Doesn't support mutations (umlauts)’ is closed to new replies.