corpx has asked for the wisdom of the Perl Monks concerning the following question:
I get that error when I try to grab a url in my windows box. On my ubuntu box, I getContent-Type: text/html; charset=ISO-8859-1 Fatal Error in C:/strawberry/perl/site/lib/HTTP/Message.pm at Thu Jul +16 16:49:33 2009 while responding to request from Bad file descriptor utf8 "\x94" does not map to Unicode at C:/strawberry/perl/lib/Encode.p +m line 162.
However, when I upload the code to my web host (debian box), it runs fine. What am I doing wrong on my local boxes?Content-Type: text/html; charset=ISO-8859-1 Fatal Error in /usr/local/share/perl/5.10.0/HTTP/Message.pm at Thu Jul + 16 16:22:37 2009 while responding to request from utf8 "\x94" does not map to Unicode at /usr/lib/perl/5.10/Encode.pm li +ne 162.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: utf8 does not map to Unicode error when trying to grab a page
by moritz (Cardinal) on Jul 16, 2009 at 22:51 UTC |