ProtoFlux:SurrogatePairToUTF32

From Resonite Wiki
Revision as of 00:36, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Surrogate Pair To UTF32 to ProtoFlux:SurrogatePairToUTF32: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Surrogate Pair To UTF32
HighSurrogate
*
LowSurrogate
Characters

The Surrogate Pair To UTF32 node returns the codepoint (UTF-32 value) generated from the two surrogate characters.

Inputs

HighSurrogate (char)

The high surrogate of the surrogate pair.

LowSurrogate (char)

The low surrogate of the surrogate pair.

Outputs

* (int)

The codepoint generated from the two surrogate characters.

The value 0 is returned instead if either HighSurrogate is not a high surrogate or LowSurrogate is not a low surrogate.

See Also