Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: utf8 "\xB7" does not map to Unicode at /usr/local/bin/... line 112.

by Anonymous Monk
on Nov 02, 2015 at 15:06 UTC ( [id://1146718]=note: print w/replies, xml ) Need Help??


in reply to Re: utf8 "\xB7" does not map to Unicode at /usr/local/bin/... line 112.
in thread utf8 "\xB7" does not map to Unicode at /usr/local/bin/бибс/об‰ line 112.

I don't think its possible (easy) for qx to trigger https://metacpan.org/pod/perldiag#s-x-X-does-not-map-to-Unicode
Why, it's pretty easy
$ touch $'\xB7' $ perl -wE 'use open qw( :encoding(utf-8) :std ); qx( ls )' utf8 "\xB7" does not map to Unicode at -e line 1.
To the OP:
So, i suppose error appears because of the output that qx operator returns
I suppose the error appears because your file name is not in valid UTF-8. You should check that.
  • Comment on Re^2: utf8 "\xB7" does not map to Unicode at /usr/local/bin/... line 112.
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1146718]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-16 09:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found