From UTF32 (LogiX node)

From Neos Wiki
Revision as of 04:43, 10 September 2022 by Yosh (talk | contribs) (Created page with "<languages></languages> <translate> <!--T:1--> {{Infobox Logix Node | Name = From UTF32 | Image = noframe | 128px | 'From UTF32' LogiX node | Inp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Other languages:
English
From UTF32
'From UTF32' LogiX node
Inputs
  Int UTF32
Outputs
  String *

The From UTF32 node takes a Unicode codepoint and converts it to its respective character.

Usage

This node takes an integer input and outputs a string of length 1. The codepoint must not reside within the Unicode surrogates (0xD800 to 0xDFFF) or else the output will be invalid.

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