Just installed Printer, e-mail and PDF on a Drupal installation with v. 6.20. International characters (in my case Swedish characters, like å, ä and ö) only shows up correctly if I choose "Inline HTML", the other three alternatives gets these characters wrong. Why?

Comments

bengt’s picture

The e-mail reader I am using is Gmail.

bengt’s picture

After a little test, where I forced the alternative "Link" to never use MIME library, I can get "Link" to work. So the problem seems to be related to the Mime Mail module (my version is 6.x-1.0-alpha6). Neither "Use mime mail for all messages" nor "Plaintext email only" in Mime Mail are checked. Any solution? Maybe upgrade Mime Mail to 6.x-1.0-alpha8 will solve the problem - does anyone know?

jcnventura’s picture

Project: Printer, email and PDF versions » Mime Mail
Version: 6.x-1.12 » 6.x-1.0-alpha6

Moving this to the Mime Mail module.. If there's something I can do in the print module to fix this, please move it back to the print issue queue.

For the maintainer reference, the message is created via:


$mime_params['html_encoding'] = '7bit';

Plus some other stuff (see everything in http://drupalcode.org/project/print.git/blob_plain/refs/heads/6.x-1.x:/print_mail/print_mail.inc). Could the '7bit' setting above be the culprit?

tr’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

As far as I know Mime Mail fully supports Unicode in all current versions of Mime Mail. If you find a problem with this please open a new issue with instructions for how to reproduce your problem.