Hi,
I need to escape a character in the message of a valang expression (field n.3):

Code:
{ accept : ? == true : 'E' necessario accettare le condizioni di prenotazione prima di procedere' : 'termsNotAccepted' }
The second hyphen needs to be escaped. I tried with \' and with HTML &#xxx; notation, but in both cases the additional characters are shown in the message of the web page.

Any clue?

Thanks,
Francesco