Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^5: Malformed UTF-8 character

by kcott (Archbishop)
on Dec 03, 2022 at 04:45 UTC ( [id://11148517]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'say sprintf "%x", ord("\N{START OF GUARDED AREA}")'
    96
    
  2. or download this
    $ perl -MUnicode::UCD=charinfo -E 'say charinfo(0x34)->{name}'
    DIGIT FOUR
    ...
    
    $ perl -MUnicode::UCD=charinfo -E 'say charinfo(0x96)->{unicode10} || 
    +"<blank>"'
    START OF GUARDED AREA
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found