in reply to Re: Encode throws "Wide character in subroutine entry" when using XML::Simple
in thread Encode throws "Wide character in subroutine entry" when using XML::Simple
should beopen(my $fh, '<:encoding(UTF-8)', $file);
open(my $fh, '<', $file); binmode($fh);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Encode throws "Wide character in subroutine entry" when using XML::Simple
by Jim (Curate) on Dec 12, 2010 at 00:39 UTC | |
by ikegami (Patriarch) on Dec 12, 2010 at 01:05 UTC | |
|
Re^3: Encode throws "Wide character in subroutine entry" when using XML::Simple
by nglenn (Beadle) on Dec 12, 2010 at 01:36 UTC | |
by ikegami (Patriarch) on Dec 12, 2010 at 02:48 UTC | |
by nglenn (Beadle) on Dec 13, 2010 at 18:14 UTC | |
by ikegami (Patriarch) on Dec 14, 2010 at 00:31 UTC |