Utf8.codepoint
From GiderosMobile
Available since: Gideros 2016.06
Description
Returns the codepoints (as integers) from all characters in s that start between byte position i and j (both included). The default for i is 1 and for j is i. It raises an error if it meets any invalid byte sequence.
(numbers), = utf8.codepoint(sij,)
's: (string) '
i: (number) optional
j: (number) optional
Returns (numbers) Returns the codepoints (as integers) from all characters in s