in reply to
Re: "Wide character in print"
in thread
"Wide character in print"
use pragma { no warnings; print ... } or binmode STDOUT, ":utf8";
Comment on
Re^2: "Wide character in print"
Replies are listed 'Best First'.
Re^3: "Wide character in print"
by
kevyt
(Scribe)
on Dec 04, 2009 at 05:17 UTC
Graff, The line below worked great! I found articles about encoding and including modules and nothing worked. This worked great! I also learned a little about using
strike
. Thanks!!!!
s/[^[:ascii:]]+//g; # get rid of non-ASCII characters
[reply]
[d/l]
In Section
Seekers of Perl Wisdom