uva has asked for the wisdom of the Perl Monks concerning the following question:
use bytes; open IN,"<d:\\input.txt" or print "could not open the input file"; read IN,my $text,6,0; print "its utf8" if (chr(0xFEFF)==$text) ; close IN;
GrandFather fixed links and bOrked br tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: help neeed in identifying file encoding
by Aristotle (Chancellor) on Mar 20, 2006 at 17:32 UTC | |
|
Re: help neeed in identifying file encoding
by idsfa (Vicar) on Mar 20, 2006 at 19:51 UTC |