[Plugin: Live Press] Quick hack for German characters fix
-
Hi folks,
I was also a bit frustrated by the German letters (umlauts etc.) being stripped out because I love this plugin but it kept turning Zürich into Zrich!
So I hacked the code a teeny bit and that fixed it for me.
in wp-content/plugins/livepress/LivePress/lpsynch.php at about line 339 (right before where it says “// Fix lj-tags hack”) I added:
$the_event = htmlspecialchars_decode(htmlentities($the_event, ENT_NOQUOTES, 'UTF-8', FALSE), ENT_NOQUOTES);
This seems not to break anything, but who knows. Different encodings are always such a nightmare. Anyway it works for me!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Live Press] Quick hack for German characters fix’ is closed to new replies.