largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015258phplistInternationalization (l18n)public15-04-09 14:5326-05-09 12:57
Reporterpaulogeyer 
PrioritynormalSeveritytrivialReproducibilityhave not tried
StatusresolvedResolutionduplicate 
PlatformOSOS Version
Product Version2.10.9 
Target VersionFixed in Version 
Summary0015258: email body being sended with UTF-8 encoding
Descriptionsome subscribers of our newsletters were reporting some charset problems, then i've searched for the cause of the problem and appears to be caused by some html entity conversion in the sendemaillib.php file

$text = html_entity_decode ( $text , ENT_QUOTES , 'UTF-8' );

it should be my system charset instead of UTF-8, i've changed to ISO-8859-1 here, but would be a trivial fix to use the system charset variable there.
TagsNo tags attached.
Attached Files

- Relationships
duplicate of 0001644acknowledged Subject error with UTF-8 encode in Traditional Chinese 

-  Notes
There are no notes attached to this issue.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker