ProtoFlux:FromUTF32

From Resonite Wiki
Revision as of 00:20, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:From UTF32 to ProtoFlux:FromUTF32: Automated: removing spaces from ProtoFlux namespace)
(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