From UTF16 (LogiX node)
Jump to navigation
Jump to search
From UTF16 | ||
---|---|---|
![]() | ||
Inputs | ||
Int | UTF16 | |
Outputs | ||
Char | * |
The From UTF16 node takes a Unicode codepoint and converts it to its respective character.
Usage
This node takes an integer input and outputs a character. The integer input must reside within the Basic Multilingual Plane. Essentially, this means that input is limited from 1
to 65535
. Any input outside this range is undefined. If the integer is within the Unicode surrogates (0xD800
to 0xDFFF
), a dummy character will be outputted with the integer value.