Difference between revisions of "Types:String"

From Neos Wiki
Jump to navigation Jump to search
m (ProbablePrime moved page Category:Types:String to Types:String)
 
Line 7: Line 7:
 
| String
 
| String
 
|}
 
|}
A string Is a text type using utf32.
+
String is a type which holds a text in UTF-16.
 +
 
 +
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]]
 
[[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).