Types:String: Difference between revisions

From Resonite Wiki
imported>Kisaragi marine
No edit summary
 
m Please no Logix, also why is this here?
Line 1: Line 1:
TODO: Delete this?
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 9: Line 11:
String is a type which holds a text in UTF-16.
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)]].
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 a [[String To UTF32 (ProtoFlux Node)]].


[[Category:Types]]
[[Category:Types]]

Revision as of 00:29, 14 January 2024

TODO: Delete this?

Color Type
style="background-color:Template:String-color" | 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 a String To UTF32 (ProtoFlux Node).