From UTF32 (LogiX node)
Jump to navigation
Jump to search
From UTF32 | ||
---|---|---|
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.