http://www.perlmonks.org?node_id=636914


in reply to How can I create an UTF8 encoded txt file contains strings like "aaaa"?


open(IN, "<:utf8", "D:/Test/$file"); #$file is the filename
  • Comment on Re: How can I create an UTF8 encoded txt file contains strings like "aaaa"?