Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: SOLVED Re: Writing HTML file with UTF-8 chars

by 2teez (Vicar)
on Apr 27, 2013 at 18:57 UTC ( [id://1031002]=note: print w/replies, xml ) Need Help??


in reply to SOLVED Re: Writing HTML file with UTF-8 chars
in thread Writing HTML file with UTF-8 chars

On the second point: add binmode OUT, ":utf8";after the file open

I think is better, to use binmode OUT, ":encoding(UTF-8)"; because ':encoding(UTF-8)'checks the data for actually being valid UTF-8, while ':utf8' just marks the data as UTF-8 without further checking.
Please check binmode.

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me

Log In?
Username:
Password:

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

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

    No recent polls found