Home Forums Newsletter Plugin Support german umlaute

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #6443
    volker
    Member

    I have the problem that in my blog title there is an umlaut. All the subscription messages now have these ugly things in it:
    Grünau
    instead of

    Grünau

     

    any Ideas?

    #6444
    Stefano
    Keymaster

    Hi, the character you see are due to the utf8 encoding while sending email and probably I missed to declare that encoding for the subject. Since I changed the way I send email, probably I missed that (I already solved the problem in the past).

    Stefano.

    #6445
    Stefano
    Keymaster

    Hi, I checked the code and it seems correct: can you give me the address of your blog so I can try to subscribe and verify the problem my self?

    Thank you!

    Stefano.

    #6448
    volker
    Member

    hey, thanks for your help:

    http://www.funkhaus-gruenau.de

    #6449
    Stefano
    Keymaster

    Ok, the problem is on pages and not on emails, I misunderstood. 🙂

    I need to force the enconding of that pages, because probably the default encoding in your server is iso-8859-15 and not utf-8.

    If you prefer to have a blog page to show those messages, see the documentation on how to set up it.

    Stefano.

    #6450
    Stefano
    Keymaster

    If you want to patch it, open the file subscription/page.php and add that after line 21:

    header(‘Content-Type: text/html;charset=UTF-8’);

    It should work.

    Stefano.

    #6453
    volker
    Member

    That didn’t work

    But I changed the encoding of that file to utf – 8 BOM and the problem was solved

    #6454
    Stefano
    Keymaster

    This is rather strange, but did you write the blog title directly in the page?

    Stefano.

    #6473
    volker
    Member

    No, I didnt write the title into the page, it is automatically added.

    I guess (without further knowledge) that the blog title comes from configuration/basic settings “sender Name and adressee”

    #6474
    Stefano
    Keymaster

    Yes, it comes from blog configurations. It’s strange… may be the web server forces the content type charset and set it to utf-8 if the file has the BOM… really strange.

    Stefano.

    #6790
    youngcrew
    Participant

    Hello Stefano,

    we have the same problem. Umlauts are not displayed correctly within the newsletter plugin (in the backend plugin and in sent emails).

    All articles are displayed correctly on the homepage. Database and blog are using UTF8 character set.

    We have installed the latest version of newsletter plugin. Obviously somewhere within the newsletter plugin the character set is changed.

    Blog: http://wordpress.youngcrew.de

    Blog Article with Umlauts for Newsletter: http://wordpress.youngcrew.de/?p=324

    If you need access to our blog I can send you backend login infos. I hope you find a solution.

    Thank you in advance

    Patrick

     

    #6864
    Stefano
    Keymaster

    Hi,

    there are pages auto generated by Newsletter (not inside the wordpress system) which can have this problem when the server charset is not utf-8. In fact the reported wrong characters are character utf-8 encoded but shown by a browser believing the page is not utf-8. The problem should be solved since I added an header, but maybe I missed someones.

    Newsletter at the database level stores everything in UTF-8, sho it shouldnot be a database problem. Can you send me an access and the exact place where thos characters are shown wrongly?

    Stefano.

    #6942
    youngcrew
    Participant

    Hi Stefano,

    sorry for my late reply. I have been in vacation.

    I sent you an email to stefano@satollo.net with login data for our website.

    The database is running utf8 and we do not have the problems with umlauts anywhere else on our website. When you login to our site, go in the NL-plugin, go to new message and you see in the preview that the first article “test” begins with a wrong interpretion of the Umlauts. Same article is shown with correct Umlauts in UTF8 at the website frontend. So it seems to be an error in the newsletter plugin interpretion of the article characters.

    Thanks for your help

    #12140
    BernardBrunet
    Participant

    I have the same problem with my newsletter subscription email subject. Instead of “l’heure des montres” the subject shows some character code

    What can I do?

    Thank you!

    #12153
    Stefano
    Keymaster

    From time to time, this problem rises, but it seems connected to the mail servers. I definitively need to put a test function to verify that.

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.