Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Encode string to HTML

by gepebril69 (Scribe)
on Nov 01, 2013 at 16:17 UTC ( [id://1060789]=note: print w/replies, xml ) Need Help??


in reply to Re: Encode string to HTML
in thread Encode string to HTML

Thanks!

I had to change this line of code to make my mail look OK on the webbrowsers I've tested

$Mail{'content-type'} = 'text/html; charset="iso-8859-1"'; #Old, no +t correct $Mail{'content-type'} = 'text/html; charset="utf-8"';

Thanks all for aiming me to the right direction

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1060789]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-03-19 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found