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
Comment #1
bengt commentedThe e-mail reader I am using is Gmail.
Comment #2
bengt commentedAfter 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?
Comment #3
jcnventuraMoving 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?
Comment #4
tr commentedAs 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.