ProtoFlux:From UTF32

From Resonite Wiki
Revision as of 18:50, 28 April 2024 by Yosh (talk | contribs) (cleanup)
From UTF32
UTF32
*
Characters

From UTF32 is a ProtoFlux node that transforms a UTF32 codepoint into its respective UTF32 character.

Inputs

UTF32 (int)

The Unicode codepoint, as decimal, 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 the output of this will not always containe one singular char. Specifically, when the input extends past the Basic Multilingual Plane, two surrogate chars will be present.

Examples