Merge pull request #5350 from demis-palma/fix-encoding

Fixed wrong encoding in currency symbols
pull/5361/head
Aleksander Machniak 8 years ago committed by GitHub
commit d2d4f867e5

@ -234,7 +234,7 @@ class rcube_html2text
'-',
'*',
'£',
'EUR', // Euro sign. € ?
'EUR', // Euro sign. €
'|+|amp|+|', // Ampersand: see _converter()
' ', // Runs of spaces, post-handling
);

Loading…
Cancel
Save