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

Well, I am getting the data from a text file. I never used OLE before from Perl, to tell you the truth. I appreciate the info though, will try to find something about that. Thanks for the help...

Replies are listed 'Best First'.
Re: Re: Re: Unicode in Perl
by John M. Dlugosz (Monsignor) on Sep 16, 2001 at 04:37 UTC
    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