Type:Char: Difference between revisions

From Resonite Wiki
fill out some
m cat
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A '''Char''' is a single [https://en.wikipedia.org/wiki/UTF-16 UTF-16] encoded unicode codepoint. It is the basic for [[Type:string|strings]].
A '''Char''' is a single [https://en.wikipedia.org/wiki/UTF-16 UTF-16] encoded unicode codepoint. It is the basis for [[Type:string|strings]].


== See Also ==
== See Also ==
Line 6: Line 6:


[[Category:Type]]
[[Category:Type]]
[[Category:Value Types]]
[[Category:Value types]]

Latest revision as of 17:30, 18 April 2025

A Char is a single UTF-16 encoded unicode codepoint. It is the basis for strings.

See Also