Skip to main content
Participant
June 29, 2016
Question

What is the Acrobat escape character?

  • June 29, 2016
  • 1 reply
  • 1435 views

What is the escape character that allows the next set of characters to be handled as Ascii code in a text input field on an acrobat form?

Chris

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 29, 2016

Not ASCII, but unicode can be specified like this: \u0000

CW6erAuthor
Participant
July 5, 2016

Thanks for the reply.

but when I enter the Unicode \u008E into a form field as a default value, it gets encoded as the literal characters \u008E, not the symbol it stands for. Do I need quotes, or square/curly brackets or something else to enclose the Unicode?

try67
Community Expert
Community Expert
July 5, 2016

You need to do it using a script, or by entering the code manually, while holding down Alt.