I'm familiar with
"\xnn" to escape a hex value in a string.

Is there any way to escape a character with a decimal value?
"#{197.chr}"
works but doesn't seem like an escape per se...
Thanks.
-r
-- 
Posted via http://www.ruby-forum.com/.