[Perl] Trying to write text to a new unicode file (28)

2 Name: #!/usr/bin/anonymous : 2006-09-19 03:28 ID:Fq9K21WI

you're sending the page as iso-8859-1, so your browser converts the characters to html numerical entities.
replacing print header; with print header -charset=>"utf8"; should do what you want.

This thread has been closed. You cannot post in this thread any longer.