Some wag at the University of Plovdiv who insists on using Windows XP has asked me to implement some Unicode stuff for them: and for that I shall have to run off a standalone from either Revolution 4.0 or LiveCode 6.7.10: both of which will requite the use of surrogate pairs.
As in 2014 I ran up an LC stack to calculate surrogate pairs that is not a problem as such.
But where in LC 9 I might type:
in LC 6.7 I get stuck at this point:
I cannot recall HOW to enter the 2 values of the pair.
As in 2014 I ran up an LC stack to calculate surrogate pairs that is not a problem as such.
But where in LC 9 I might type:
CODE:
set the text of fld "FFF" to numToCodePoint(12345678)
CODE:
set the useUnicode to trueset the text of fld "FFF" to numToChar
Statistics: Posted by richmond62 — Wed Jan 15, 2025 5:00 pm