Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 757

Getting Started with LiveCode - Complete Beginners • Surrogate Pairs

$
0
0
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:

CODE:

set the text of fld "FFF" to numToCodePoint(12345678)
in LC 6.7 I get stuck at this point:

CODE:

set the useUnicode to trueset the text of fld "FFF" to numToChar
I cannot recall HOW to enter the 2 values of the pair.

Statistics: Posted by richmond62 — Wed Jan 15, 2025 5:00 pm



Viewing all articles
Browse latest Browse all 757

Trending Articles