ProtoFlux:To UTF16: Difference between revisions

From Resonite Wiki
create page yay!!!!!
 
m style & formatting
 
Line 12: Line 12:
|}}
|}}


The <code>To UTF16</code> node returns the integer codepoint of the given character.
The '''To UTF16''' node returns the integer codepoint of the given UTF-16 character.


== Inputs ==
== Inputs ==
Line 23: Line 23:
=== * ([[Type:int|int]]) ===
=== * ([[Type:int|int]]) ===
The integer codepoint of the given character.
The integer codepoint of the given character.
== See Also ==


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

Latest revision as of 19:57, 3 June 2024

To UTF16
Character
*
Characters

The To UTF16 node returns the integer codepoint of the given UTF-16 character.

Inputs

Character (char)

The character to retrieve the codepoint of.

Outputs

* (int)

The integer codepoint of the given character.

See Also