• Resolved jtorres

    (@jtorresjtorres)


    I have updated Postie, and now I amhaving problems with special spanish chars.
    I tried changing “Encoding for pages and feed” param to UTF-8 and ISO-8859-1 but the problem still.

    I send email in plain text format. For example, if I send the word “Dólar”, Postie pluging published “D?3lar”

    I dont have any problem with older Postie version.
    I dont know ho to solve this problem :/

    Thank you !

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jtorres

    (@jtorresjtorres)

    Other interesting thing:

    The Positie post title write words correctly: “Dólar”

    Thank you again

    Plugin Author Wayne Allen

    (@wayneallen-1)

    What version did you have before? There haven’t been any significant changes to postie in many months.
    To help more I need to see some internal logs. Please install and activate the support add-on https://postieplugin.com/downloads/support-addon/

    Thread Starter jtorres

    (@jtorresjtorres)

    I cant remember the older version. Maybe 1.7….

    Ok, i am going to install it.

    Thank you Wayne.

    Thread Starter jtorres

    (@jtorresjtorres)

    I cant download the support plugin (postie-addon-support_1.0.5) from this url: https://postieplugin.com/checkout/purchase-confirmation/

    This was the message:

    “Error downloading file. Please contact support.”

    Plugin Author Wayne Allen

    (@wayneallen-1)

    Thanks. There seems to be an issue with EDD. I am waiting on an answer from them.

    Thread Starter jtorres

    (@jtorresjtorres)

    Ok, I solved the problem parsing the text to HTML entities with this php function:

    function TildesHtml($cadena) { 
             return str_replace(array("á","é","í","ó","ú","?","á","é","í","ó","ú","?"), array("á","é","í","ó","ú","ñ", "Á","É","Í","Ó","Ú","Ñ"), $cadena);     
    }

    thank you.

    • This reply was modified 7 years, 1 month ago by jtorres.
    • This reply was modified 7 years, 1 month ago by jtorres.
    • This reply was modified 7 years, 1 month ago by jtorres.
    • This reply was modified 7 years, 1 month ago by jtorres.
    Plugin Author Wayne Allen

    (@wayneallen-1)

    I’ve fixed the issue with downloading the support addon and would appreciate you undoing your code change and running through and email that shows this issue with the support addon turned on (you should see a banner at the top of the screen “Notice: The Postie Support AddOn is active and collecting logs”)

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Update v1.9.4 and UTF-8 problems’ is closed to new replies.