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: Difference between revisions

From Resonite Wiki
style, formatting, link microsoft
m YoshBot moved page ProtoFlux:From UTF32 to ProtoFlux:FromUTF32: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:20, 21 August 2025

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