View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016795 | phpList 3 application | Campaign Management | public | 29-05-13 11:51 | 29-05-13 12:16 |
Reporter | dymitar | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.11.9 | ||||
Fixed in Version | 2.11.10 | ||||
Summary | 0016795: utf-8 issues in text generation | ||||
Description | There is an issue in generating text version of the message from html. The problem is related to line 24 in generatetext.php The code $textversion = htmlentities($textversion); should be changed to $textversion = htmlentities($textversion,ENT_QUOTES,'UTF-8'); | ||||
Steps To Reproduce | --Enter html text (tab 1) in language, other than english (multibyte characters) (In the specific case cyrillic) -- go to tab 2 and press "generate from html" -- the result on the screen is wrong (the result in the database is correct) -- Change the code as described -- perform the same steps -- the result is correct See the attached screenshot | ||||
Tags | No tags attached. | ||||