# This exports text as UTF8 open(TXT, ">:encoding(utf8)", 'c:\utf8_01.txt'); print TXT < EOP ; close TXT; # This exports text as Windows 1252 open(TXT, ">:encoding(utf8)", 'c:\utf8_01.txt'); print TXT < EOP ; close TXT; # This exports text as Windows 1252 open(TXT, ">:encoding(utf8)", 'c:\utf8_01.txt'); print TXT < EOP ; close TXT;