codepoint | |
Type | keyword |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Designates the integer identifier(s) associated with a Unicode character. |
Introduced | 7.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: characters, codeunits, character, codepoints, codeunit, bytes, byte Function: codepointToNum, numToCodepoint Glossary: keyword |
Description | Use the codepoint keyword to refer to the integer identifier(s) associated with Unicode character A codepoint is an integer identifier associted witha a Unicode character. A single character is composed of one or more codepoints. The hierarchy of the new and altered chunk types is as follows: byte w of codeunit x of codepoint y of char z of word ...
|