RE: AppleScript Formatting for non-roman strings
RE: AppleScript Formatting for non-roman strings
- Subject: RE: AppleScript Formatting for non-roman strings
- From: Olof Hellman <email@hidden>
- Date: Fri, 26 Oct 2001 12:46:43 -0700
I have one basic concern about syntax formatting: If a string constant (
international text ) is always compiled as a particular font, then non-roman
script information will be lost.
Text is input correctly in ScriptEditor ( i.e. the font settings for 'new
text' are not enforced on text input ) but mangled on compilation. So, the
font setting for formatting string constants must be flexible enough to
accommodate different script systems.
- Olof