Re: East european characters from LaTex to UTF8



On Fri, 30 Nov 2007 19:33:01 +0000, Joost Diepenmaat wrote:
print decode('latex',<$fh>);

Oops. That should probably be

print decode('latex',join('',<$fh>))

or something similar - decode accepts only a single input string.

Joost.
.