ProtoFlux:Surrogate Pair To UTF32

From Resonite Wiki
Revision as of 17:20, 4 June 2024 by Yosh (talk | contribs) (add microsoft doc)
(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