Additional NewtonScript Features
Beyond the 7-bit horizon, you will need to specify your characters using the Unicode designation:
$\uHHHH
HHHH
is the four character hexadecimal value that specifies a particular Unicode character. The $\u
must preface the character.
"\uHHHH\u"
\u
enters Unicode mode. The four hexadecimal characters specify a particular Unicode character. \u
exits Unicode mode, as well.
abc...def
" (containing an embedded '...
' character, use:
"abc\u2026 \udef"
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996