in reply to Re: Reading UTF-16LE file into an array
in thread Reading UTF-16LE file into an array
after running the program I am getting the following:
Wide character in print at my_program.pl line 326.
Line 326 of my code is basically printing the output to an HTML type file:
print FILE "some html table code and info from $file";
It apprears to be producing the right output. Do I need to worry about the "Wide character" issue?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Reading UTF-16LE file into an array
by theorbtwo (Prior) on Jun 11, 2003 at 21:07 UTC | |
by Anonymous Monk on Jun 12, 2003 at 12:36 UTC |