Hi there
I'm trying to automate emails and using therefor HTML templates and parse the dynamic data into it. This goes well unless I use characters like é, ë, ï in some web email programs. It seems I have to translate/convert these special characters HTML entity names
I found HTML::Entities but it not seems to give the result I expect. I only want to convert the special characters, not HTML markup, like <font>. When I run
It returns ï in stead of ïmy $TestStr = 'ï'; print encode_entities($TestStr);
Bug in my module, me not understanding the module?
yours sincerely,
In reply to Encode string to HTML by gepebril69
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |