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"?