Skip to main content
LindaBruton
Participant
August 7, 2015
Question

Scripting in FrameMaker

  • August 7, 2015
  • 0 replies
  • 230 views

I wanted to make it easy to enter a warning symbol in a FrameMaker 10 Unstructured document.

I have the code(s) for hex, dec,... and I tried putting in the reference page and naming the box Warn_Sym - go into the Para Designer and use 'Frame Above Pgf:' but you can't add text to the right of the symbol.

HTML Entity (decimal)⚠

HTML Entity (hex)⚠Alt +26A0

UTF-8 (hex)0xE2 0x9A 0xA0 (e29aa0)

UTF-8 (binary)11100010:10011010:10100000

UTF-16 (hex)0x26A0 (26a0) UTF-16 (decimal)9,888

UTF-32 (hex)0x000026A0 (26a0)

UTF-32 (decimal)9,888

C/C++/Java source code"\u26A0"

Python source code u"\u26A0"

Thanks everyone.

This topic has been closed for replies.