forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodepoint.lcdoc
More file actions
43 lines (27 loc) · 1018 Bytes
/
Copy pathcodepoint.lcdoc
File metadata and controls
43 lines (27 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: codepoint
Type: keyword
Syntax: codepoint
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:
get codepoint 1 of tString
Example:
get the first codepoint of tString
Example:
repeat for each codepoint tCodepoint in tString
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 ...
>*Note:* This chunk type is not of general utility.
References: codepointToNum (function), numToCodepoint (function),
keyword (glossary), characters (keyword), codeunits (keyword),
character (keyword), codepoints (keyword), codeunit (keyword),
bytes (keyword), byte (keyword)