Re: no german umlauts in SM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>> I do not known, what you mean. More header lines?
>>>
>>> I have no modifications made. Only tried charset iso-8859-1 or
>>> iso-8859-15 in i18n.php. Nothing else.
>>>
>>>> And please name the program that can't read your email correctly. If
>>>> you
>>>> don't
>>>> disclose information about receiver, you are not helping in debugging
>>>> the issue.
>>>
>>> My own Email-Client is TheBat! (V 3.95.6). But the garbage is
>>> also in received Emails by Squirrelmail.
>
>> Could you test your PHP settings
>> (http://www.squirrelmail.org/wiki/TestPHPSettings) and show php mbstring
>> extension configuration?
>
> mbstring
>
> Multibyte Support       enabled
> Japanese support        enabled
> Simplified chinese support      enabled
> Traditional chinese support     enabled
> Korean support  enabled
> Russian support         enabled
> Multibyte (japanese) regex support      enabled
>
>
> Directive       Local Value     Master Value
>
> mbstring.detect_order   no value        no value
> mbstring.encoding_translation   Off     Off
> mbstring.func_overload  0       0
> mbstring.http_input     pass    pass
> mbstring.http_output    pass    pass
> mbstring.internal_encoding      no value        no value
> mbstring.language       neutral neutral
> mbstring.substitute_character   no value        no value
>
>
>> Could you open SquirrelMail src/compose.php script, find the lines with
>> ----
>> echo "\n" . '<form name="compose" action="compose.php" method="post" ' .
>>         'enctype="multipart/form-data"';
>> do_hook('compose_form');
>
> echo ">>\n";
>> ----
>
>> and modify them to
>> ----
>> echo "\n" . '<form name="compose" action="compose.php" method="post" ' .
>>      'enctype="multipart/form-data"';
>> do_hook('compose_form');
>> echo ' accept-charset="' . htmlspecialchars($default_charset) . '"';
> echo ">>\n";
>> ----
>
> done. No improvement

Create new email in SquirrelMail, use letters with umlauts, save it as
draft. Go to drafts folder, download rfc822 message source with
message_details plugin. zip downloaded email and send it to my email
address.

Make sure that you don't use some proxy that converts posted 8bit data.


-- 
Tomas


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux