The fault could also lie in pesend which should do the escaping before sending as well.
Message: 2Date: Thu, 18 Mar 2021 09:18:32 +0100From: IOhannes m zmoelnig <zmoelnig@iem.at>To: pd-list@lists.iem.atSubject: Re: [PD] symbols with zero paddings and spacesMessage-ID: <c5b2daaf-2979-dac5-aa5c-d800b282cf6b@iem.at>Content-Type: text/plain; charset=utf-8; format=flowedOn 3/17/21 2:25 PM, Christof Ressi wrote:
Note the different position of the backslash! I'm not sure if this
particular escaping behavior is actually intended or just works by
chance... Generally, it would be great to document Pd's string escaping,
because it is not entirely obvious.
something like that was reported as https://github.com/pure-data/pure-data/issues/1277i'm pretty convinced that the backslash escaping of numbers to force them to symbols is accidental and should not be relied on.whenever i find the time, i would like to fix this bug.gfmdasrIOhannes