My program outputs strings like "Wzyryrff}av{v5~fvzu: Bb``igbuz~+\177Ql\027}C5]{H5LqL{"
and the problem is the escape codes (\\\
instead of \
, \177
instead of the character, etc.)
I need a way to unescape the string of all escape codes (mainly just the \\\
and octal \027
types). Is there something that already does this?
Thanks
Reference: http://www.tailrecursive.org/postscript/escapes.html
The strings are an encrypted value and I need to decrypt them, but I'm getting the wrong values since the strings are escaped