ProtoFlux:From UTF32

From Resonite Wiki
Revision as of 20:13, 3 June 2024 by Yosh (talk | contribs) (style, formatting, link microsoft)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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