still problems with encoding

View: New views
3 Messages — Rating Filter:   Alert me  

still problems with encoding

by pal-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Running the very latest RC2 of squirrelmail with all default setting, only switching to nb_NO language, I get rubbish Norwegian characters in body text.

 

I send this to my self:

This is a test øæå

The messige is received OK, but øæå turns into black ??? as soon as I reply to the message.

Config is set to iso-8859-1 as default. No use of old settings, all clean and fresh default instalation on Centos 5.3.

Please help!!
--
Pål Monstad


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: still problems with encoding

by pal-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Forgot one thing: I'm using html-mail plugin. Seams to work OK if I turn the plugin off.
--
Pål Monstad

>
>
>
> Running the very latest RC2 of squirrelmail with all default setting, only switching to nb_NO
> language, I get rubbish Norwegian characters in body text.
>
> �
>
> I send this to my self:
>
> This is a test ���
>
> The messige is received OK, but ��� turns into black ??? as soon as I reply
> to the message.
>
> Config is set to iso-8859-1 as default. No use of old settings, all clean and fresh default
> instalation on Centos 5.3.
>
> Please help!!
>
> --
>
> P�l Monstad
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july-----
> squirrelmail-users mailing list
> Posting guidelines: http://squirrelmail.org/postingguidelines
> List address: squirrelmail-users@...
> List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
> List info (subscribe/unsubscribe/change options):
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
-----
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: still problems with encoding

by Tomas Kuliavas :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

pal-2 wrote:
Forgot one thing: I'm using html-mail plugin. Seams to work OK if I turn the plugin off.
--
Pål Monstad
SquirrelMail html_mail plugin calls html_entity_decode() function without setting $charset argument and uses iso-8859-1 charset in fallback my_html_entity_decode() function. It is one of the reasons, why I've asked you to provide list of installed plugins with version numbers when you complained about encoding issues two weeks ago.

--
Tomas