ProtoFlux:FromUTF16

From Resonite Wiki
Revision as of 00:20, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:From UTF16 to ProtoFlux:FromUTF16: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
From UTF16
UTF16
*
Characters

The From UTF16 node transforms a 16-bit Unicode codepoint to its corresponding character within the Basic Multilingual Plane.

Inputs

UTF16 (int)

The Unicode codepoint, as decimal, to convert. This must reside within the Basic Multilingual Plane (0x0000-0xFFFF). The output will "wrap around" at every multiple of 65536, essentially having an implicit modulo.

Outputs

* (char)

The resulting converted character.

Examples