Re: Writing a file in UTF-8

2002-09-27 Thread kadir
Hi! On 26 Sep 2002 at 17:32, [EMAIL PROTECTED] wrote: > 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

Writing a file in UTF-8

2002-09-26 Thread desarrollo
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 t