R
Roger Pack
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
"\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