Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: Special character not being captured

by vr (Curate)
on Jun 18, 2019 at 13:09 UTC ( [id://11101521]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Special character not being captured
in thread Special character not being captured

right, UTF-8 input wasn't decoded, string of octets passed to first_alpha, 1st octet i.e. \xC3 was returned and should have become hash key, but somehow it is Replacement Character. But then, dump as shown (hash of arrays) can not be alpha_hash output, so it's not really SSCE, can only guess.

Replies are listed 'Best First'.
Re^5: Special character not being captured
by choroba (Cardinal) on Jun 18, 2019 at 13:17 UTC
    It might be the terminal who changes the character into the replacement one:
    $ perl -wE '%h = ("\xc3" => 1); say $_, ord for keys %h'
    �195
    
    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-26 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found