FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Bugs in V.2.8.1 RC1
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Bugs in V.2.8.1 RC1 [message #159043 is a reply to message #159027] Mon, 27 April 2009 09:32 Go to previous messageGo to previous message
Peter Vendike is currently offline  Peter Vendike   Denmark
Messages: 65
Registered: February 2009
Location: Denmark
Karma:
Member
Translator
A short update,

I found a partly solution, whitch works for the body part of the message.
The problem is not part of the former in this thread posted source code (which shows up to deal with word mangling), nor is caused by bad initiaton of locales.
The problem is, that the decoded charset from the parsing af headers is not used at all. That results in only emails coded in same charset-code as the system are handelt correctly.

We need to put the decoded charset in function decode_message_body(), like this:

maillist.php ver 1.77, line 215-218:
function decode_message_body()
{
$this->body = decode_string($this->body, $this->headers['content-transfer-encoding'], $this->headers['__other_hdr__']['content-type']['charset']);
}


Now I need to find a similar solution for the subject part of the message.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: NNTP Errors
Next Topic: Message Navigator: No logical search function
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 09:54:12 GMT 2024

Total time taken to generate the page: 0.08462 seconds