Difference between revisions of "String To UTF32 (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<languages></languages> <translate> <!--T:1--> {{Infobox Logix Node | Name = String To UTF32 | Image =File: StringToUTF32Node.png | noframe | 128px | 'String To UTF32' LogiX...")
 
(No difference)

Latest revision as of 04:49, 10 September 2022

String To UTF32
'String To UTF32' LogiX node
Inputs
  String String
  Int Index
Outputs
  Int *

The String To UTF32 node takes a string and index and converts the respective character to its Unicode codepoint.

Usage

This node takes a string and zero-start index as input. The character the index points to, or the first character if unset, will be converted to its respective Unicode codepoint.

Examples

converting an int to a character, a character to an int, and an int within the surrogates as an invalid value

Node Menu

Characters
Back + From UTF16 From UTF32 Get Character Is Control Is Digit
Is Letter Is Letter Or Digit Is Lower Is Number Is Punctuation Is Separator Is Surrogate
Is Symbol Is Upper Is White Space String To UTF32 Surrogate Pair To UTF32 To Lower To Upper
To UTF16