Re: [openupload-devel] French language with accents character
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2010-03-04 18:52:47
|
Tech Man ha scritto: > Im using outlook 2007 , but I also have the pb when using horde and > firefox using UTF8 > Sorry for the delay, Have you been able to fix this yet? What is bugging me is that you are somehow the subject gets changed to html code. Maybe using html_entity_decode in conjunction with the previous changes to make the subject be utf-8 solves the problem... Try changing the previous modified line with: $subject = '=?UTF-8?B?'.base64_encode(html_entity_decode($subject)).'?='; Let me know. Alessandro |