Perl Unicode Cookbook: Specify a File's Encoding
℞ 19: Open file with specific encoding While setting the default Unicode encoding for IO is sensible, sometimes the default encoding is not correct. In this case, specify the encoding for a filehandle manually in the mode option to open…