Closed (cannot reproduce)
Project:
Basic webmail
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2008 at 11:01 UTC
Updated:
13 Sep 2010 at 14:22 UTC
Hi,
with German emails I either get a correct header with umlaute or a correct email-text when I change the browser from utf-8 to iso or the other way around. The other part then shows ? instead of the umlaute. Is there a way to change this in the module?
Comments
Comment #1
nicholaspapazoglou commentedI have also problem with Greek lag messages that are normally are ISO 8859-7 or windows-1253
Comment #2
laghalt commentedThis is a pure character encoding bugg. Drupal works in UTF-8, this module produces Latin 1. You have to edit the module yourself, change the line 2569 (something like that depending on how much you have corrected in the file) addding a utf8_encode. This does not fix the mail quoting.
Comment #3
laghalt commentedJust to fix the replybugg - in line 1244 you need to add both utf8_encode and a quoted_printable_decode:
Comment #4
oadaeh commentedThanks for the update, laghalt. I've been swamped with non-Drupal stuff for a few months, but I'll try to get that change rolled into an official release in the next couple of weeks. I won't be able to test it very completely, so I'm hoping that it'll just work.
Comment #5
oadaeh commentedI finally implemented both of laghalt's changes here: http://drupal.org/cvs?commit=194724
It's currently only in the dev release. Please report back so that I know it is actually fixed.
Comment #6
nicholaspapazoglou commentedComment #7
teachme commentedSorry, but there's still a little mistake in it: If you read a message, in the first line capital letters with umlaut show the "two dots" next to the letter, not above. This is the same in the "from"-line.
Comment #8
oadaeh commentedI don't know that there is anything I can do with those problems. They sound more like a video driver or browser problem. I'm certainly not processing the individual characters and converting them one-by-one.
Comment #9
oadaeh commentedSince there has been no response in over a year, I'm assuming this is no longer an issue.