Wrong Charset

This topic contains 2 replies, has 2 voices, and was last updated by  Stephen Harris 8 years, 7 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22251

    Hello,

    i add a new ical sync and it works fine, but special chars like öäü will be imported wrong… like: ö
    How can i fix this?

    Thank You!
    Tom

    Tom Winter
    #22252

    Hello again,

    i fixed it by editing the “event-organiser-ical-sync.php” file in line 334:

    from


    $event_post['post_content'] = utf8_encode( $event_post['post_content'] );

    to


    $event_post['post_content'] = $event_post['post_content'] ;

    best regards

    Tom

    Tom Winter
    #22285

    Thanks Tom,

    I’ll be looking into fixing this for the next update.

    Stephen Harris
Viewing 3 posts - 1 through 3 (of 3 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.