• Resolved takuya

    (@takuya)


    I have a picture on Picasa, which description is written in Japanese. However when the picture is displayed via this plugin, the description field is full of garbled characters.

    I’m using plugin ver. 0.9.6 with WP 3.4.1. I hope you’ll fix this small bug on the next release as well as paid version as I’m interested to addon features once I’m sure the bug is fixed.

    https://www.ads-software.com/extend/plugins/pwaplusphp/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter takuya

    (@takuya)

    Replace

    $caption = htmlentities( $text , ENT_QUOTES );

    to

    $caption = htmlentities( $text , ENT_QUOTES , "UTF-8" );

    on line 246 of showAlbumContents.php

    Please fix this, but better in this way:

    $caption = htmlentities( $text , ENT_QUOTES, get_settings('blog_charset'));

    Thread Starter takuya

    (@takuya)

    @ceh-photo.de Thanks for your suggestion. I hope next version includes the fix.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: PWA PHP Picasa Web Albums for WordPress] No support for multibyte characters?’ is closed to new replies.