Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:FromUTF32

From Resonite Wiki
(Redirected from ProtoFlux:From UTF32)
From UTF32
UTF32
*
Characters

The From UTF32 node transforms a UTF32 codepoint into its respective UTF32 character.

Inputs

UTF32 (int)

The Unicode codepoint, as a decimal integer, to convert.

Outputs

* (string)

The resulting converted character. If the input does not reside within valid Unicode codepoints, a null string will be outputted.

Note that, while the output of this will be one glyph, it will not always contain one singular char element. Specifically, when the input extends past the Basic Multilingual Plane, a surrogate pair of chars will be output.

See Also

Examples