Ticket #1485519 (closed Bugs: fixed)
Missing entities with plaintext messages using html2text
| Reported by: | larppaxyz | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | 0.2-beta |
| Severity: | major | Keywords: | HTML skandinavian entities |
| Cc: |
Description
Plaintext messages created from HTML messages are missing important entities. Entities like ä (=ä) and ö (=ö) are used in skandinavian countries.
By default, html2text just drops out those charters.
Quick and dirty fix follows :
Comment out two lines containing '// Unknown/unhandled entities' in program/lib/html2text.php.
Change History
Note: See
TracTickets for help on using
tickets.
