Hi all, I have a send-hook of this kind:
send-hook '~t [email protected] 'set attribution="L'oratore disse";' The problem is that I want to keep the literal |'| in the attribution string. Simple escape, double, and triple escape of the kind send-hook '~t [email protected] 'set attribution="L\\\'oratore disse";' all issue the attribution: Loratore disse' Can someone suggest what's the correct way to escape this, or if this is even possible? Regards.
