What happens if one scripts, for example:

        put empty into keysAllowed
        repeat with x = 128 to 255
                get numToChar(x)
                if it >= "Ù" and  it <= "ü" then put it into keysAllowed
        end repeat
?

Does this or does this not return the same values on all Rev
platforms & all fonts?

At the risk of exposing more of my ignorance, let me rephrase that:


Rev will see the characters as numeric values and return the same
list of numeric values; but will the first character always display
as "Ù" and the last character as "ü" on all Rev platforms & all fonts?

I checked the Rev Dictionary for "diacritical" but the three
references (find, toLower, toUpper) weren't much help.
--

Rob Cozens
CCW, Serendipity Software Company
http://www.oenolog.net/who.htm

"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."

from "The Triple Foole" by John Donne (1572-1631)
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to