Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^7: Printing the first letter of the Hebrew alphabet (U05D0) kills script?

by ikegami (Patriarch)
on Mar 08, 2011 at 23:02 UTC ( [id://892104]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Printing the first letter of the Hebrew alphabet (U05D0) kills script?
in thread Printing the first letter of the Hebrew alphabet (U05D0) kills script?

While a raw 0x9B doesn't work on my (non-xterm) console, the UTF-8 encoding of 0x9B works!

# Doesn't work perl -we'print "\x9B31m", "foo", "\x9B0m", "bar", "\n";' # Works perl -CS -we'print "\x9B31m", "foo", "\x9B0m", "bar", "\n";'

Neither work on in an xterm for me.

  • Comment on Re^7: Printing the first letter of the Hebrew alphabet (U05D0) kills script?
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-26 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found