Is there a backslash notation?
This question would only apply to FM8 or later.
I only have FM9 to try things on.
When using special (non-keyboard) characters in the Unicode age, it is often the case that one discovers the needed glyph on some Unicode web site, and is then armed with the code point, but not necessarily a glyph that can be copied and pasted.
Unicode-aware versions of FM include an unpleasant little Character Map, and there is also, on Windows, the system Character Map (which allows entry of code point numbers, or search by formal Unicode glyph id).
Yes, there is also a way, on Windows, of entering Alt+21CC code points, but this requires a Registry hack and a reboot.
It appears that the only way to enter Unicode characters in Frame is:
- via the FM Cmap,
- pasting from the OS Cmap or some other source, or
- using the numpad Alt hack.
If creating a Variable for a special character (commonly needed because a Unicode or more fully populated Unicode font is required), it has to be Cmap'd, Alt'ed or pasted in the Variable dialog. There is, so far as I've been able to discover, no:
\u+21cc
style notation for entering known code points as plain text. There is apparently no Unicode equivalent to the legacy \xb4 notation for special characters.
I've studied the MIF for one of these, and was surprised to see that Adobe is apparently storing the actual UTF16 in the definition, and in body text when typed directly into Flow A. If you hack MIFs with an editor that is not at least UTF16-safe, beware?
Is that about it?