R
roddy
Context: Perl 5.008 running on Win98
I wonder if anyone can help:
I have a script which opens a large text file (iso-latin 1) does some
processing and writes the results to another large text file (which,on
examination looks like a double byte code and has 'FF FE' marker bytes at
the begining of the file - which is the marker for utf-16 (little endian)
unicode encoding).
The conversion is causing problems with international characters (in this
case umlauts) used and I would like the output file to be iso-latin 1.
All I can findout about switching off unicode is the 'no uft8' pragma - I've
tried this but it doesn't seem to make any difference - any pointers would
be much appreciated - thanks.
Rod Digges
Wiener Library, London
(e-mail address removed)
I wonder if anyone can help:
I have a script which opens a large text file (iso-latin 1) does some
processing and writes the results to another large text file (which,on
examination looks like a double byte code and has 'FF FE' marker bytes at
the begining of the file - which is the marker for utf-16 (little endian)
unicode encoding).
The conversion is causing problems with international characters (in this
case umlauts) used and I would like the output file to be iso-latin 1.
All I can findout about switching off unicode is the 'no uft8' pragma - I've
tried this but it doesn't seem to make any difference - any pointers would
be much appreciated - thanks.
Rod Digges
Wiener Library, London
(e-mail address removed)