Difference between revisions of "Types:String"

From Neos Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
==[[:Category:Types:String|String]]==
 
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 8: Line 7:
 
| String
 
| String
 
|}
 
|}
A string Is a text type using utf32.
+
String is a type which holds a text in UTF-16.
----
+
 
[[:Category:Types|To all types]]
+
Note: If you are willing to handle "special characters" which requires [https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates "surrogate pairs"] to express it in UTF-16, you may want to use [[String_To_UTF32_(LogiX_node)]].
 +
 
 +
[[Category:Types]]

Latest revision as of 12:10, 5 August 2022

Color Type
String

String is a type which holds a text in UTF-16.

Note: If you are willing to handle "special characters" which requires "surrogate pairs" to express it in UTF-16, you may want to use String_To_UTF32_(LogiX_node).