Hi!

I just wondered if there is a way to write a file in UTF-8 encoding. Like
when you save a file in Notepad in UTF-8

I want to do somthing similar to this but to save it in UTF-8 encoding:

open (FILE, ">new.txt");
print FILE "ella está aquí";
close (FILE);

Is there a parameter or something to make this file to be saved in UTF-8
so the international chars are saved in their encoding type?

Thanks in advance,
Mauricio

Thanks in advance,
Mauricio

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to