Forums

[resolved] [Plugin: WP-Phpbb Last Topics] Plugin won't output special characters (2 posts)

  1. junge
    Member
    Posted 2 years ago #

    Plugin don't output foreign characters like the Danish or Norwegian Æ, Ø, Å. Without having testet it fully it looks like only ASCII characters are coming through, which limits the use of the plugin to websites/forums in english.

    Any suggestions are appreciated.

    http://wordpress.org/extend/plugins/wordpress-phpbb-last-topics-plugin/

  2. junge
    Member
    Posted 2 years ago #

    Problem solved. I wish I could take credit but my friend Tom added
    $topics_title = utf8_encode($topics_title);
    just before the echo at the end of the plugin file, wp-phpbb.php, and all is good.

Topic Closed

This topic has been closed to new replies.

About this Topic