Closed 0x2b3bfa0 closed 8 years ago
Also... What about String(char(0x7D)) instead of String(char(125))? And what about replacing all the weird characters with char() commands?
String(char(0x7D))
String(char(125))
char()
If you don't want to handcraft this, I can automate it with grep, sed´ andawk`
grep
sed´ and
;-)
Thanks. Will merge in.
Also... What about
String(char(0x7D))
instead ofString(char(125))
? And what about replacing all the weird characters withchar()
commands?If you don't want to handcraft this, I can automate it with
grep
,sed´ and
awk`;-)