ProtoFlux:From UTF32: Difference between revisions

From Resonite Wiki
Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=From UTF32 |Category=Characters |Inputs= [ {"Name": "UTF32", "Type": "int"} ] |Outputs= [ {"Name": "*", "Type": "String"} ] |}} From UTF32 is a ProtoFlux node that transforms a number in its respective UTF32 character, which can reside anywhere within [https://en.wikipedia.org/wiki/Unicode#Codespace_and_code_points valid Unicode codepoints]. == Inputs == === UTF32 (int) === The Unicode codepoint, as decimal, to conver..."
 
m little category typo hehe
Line 31: Line 31:
</gallery>
</gallery>


[[Category:ProtoFlux:String:Characters]]
[[Category:ProtoFlux:Strings:Characters]]

Revision as of 21:12, 20 February 2024

From UTF32
UTF32
*
Characters

From UTF32 is a ProtoFlux node that transforms a number in its respective UTF32 character, which can reside anywhere within valid Unicode codepoints.

Inputs

UTF32 (int)

The Unicode codepoint, as decimal, to convert.

Outputs

* (char)

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

Examples