in reply to Re: Re: Unicode in Perl
in thread Unicode in Perl

Well, then look at the data from the text file in hex to determine what encoding system it's using. Presumably it's NOT UTF-8, from the warning you get. So it's probably using some Windows Code Page.

—John