Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

sed character codes

by kettle (Beadle)
on Mar 30, 2006 at 01:27 UTC ( [id://540089]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    s/\x{00C0}//g;  # delete the upside-down, sentence 
                    #  initial question mark used in Spanish
    
  2. or download this
    s/\x{C0BF}//g; # also tried \x{C0 BF} which resulted, as expected, 
                   #  in an 'illegal hexidecimal digit...' error message
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found