• I’ve been experimenting with this plugin lately, so far it’s awesome!

    However, I noticed some issues with certain characters having encoding issues while pushing content to a production site. For now I made a quick fix in class-sitepush-core.php:

    Change Line 59:
    private $dump_options = “–opt –verbose”;
    to
    private $dump_options = “–opt –verbose –default-character-set=utf8”;

    So far that seems to be fixing all the issues I noticed. I’m running a bi-lingual site, but I seemed to be having issues with certain long dashes and quotes etc. (Might be because of pasted user content from Word or something, not sure.)

    Posting this here in case it’s helpful for anyone else, or if there’s a configurable option somewhere that I missed for UTF8 support.

    Cheers!

    https://wordpress.org/plugins/sitepush/

  • The topic ‘UTF8 Options?’ is closed to new replies.