On Sat, 2016-08-20 at 09:22 +0100, José Rafael Subía Valdez wrote:
Is there a way to escape these limitations, the character "" can be important when sending information via OSC to other programs or scripts running in LISP.
As a work-around, you can generate symbols containing backslashes with [list tosymbol] like this:
[97 98 92 97 98( | [list tosymbol]
It'll be shown in symbol box and printed as 'ab\ab', but it is actually 'ab\ab'.
Roman