in reply to Re: help needed in file encoding
in thread help needed in file encoding

Consider File::BOM if you need to do something like this.

Replies are listed 'Best First'.
Re^3: help needed in file encoding
by uva (Sexton) on Mar 20, 2006 at 18:28 UTC
    i tried with utf8::is_utf8($string) ,the $string is got from the big5 encoded file,i got the output as 1(true). how does it happen . Is all internal representation is utf8 in windows?.