ProtoFlux:ToUpper: Difference between revisions

From Resonite Wiki
coalesce
m fix
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
|}}
|}}


The '''ToLower''' node takes in a character or string and outputs it as uppercase. This node takes into account the local user's [[Type:CultureInfo|CultureInfo]].
The '''ToUpper''' node takes in a character or string and outputs it as uppercase. This node takes into account the local user's [[Type:CultureInfo|CultureInfo]].


== Inputs ==
== Inputs ==
Line 24: Line 24:
=== * (Generic) ===
=== * (Generic) ===


The uppercase variant of the given character. Characters that do not have an uppercase version mapped will not be changed.
The uppercase variant of the given character or string. Characters that do not have an uppercase version mapped will not be changed.


The specifics of Unicode uppercase and lowercase character mapping is too involved for this wiki page, but if one is interested, see [https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt the official Unicode data file] as well as [https://en.wikipedia.org/wiki/Unicode_character_property#Semantic_elements the format used for the file].
The specifics of Unicode uppercase and lowercase character mapping is too involved for this wiki page, but if one is interested, see [https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt the official Unicode data file] as well as [https://en.wikipedia.org/wiki/Unicode_character_property#Semantic_elements the format used for the file].

Latest revision as of 04:43, 25 August 2025

To Upper
*
*
Characters

The ToUpper node takes in a character or string and outputs it as uppercase. This node takes into account the local user's CultureInfo.

Inputs

* (Generic)

The character or string to make uppercase.

Outputs

* (Generic)

The uppercase variant of the given character or string. Characters that do not have an uppercase version mapped will not be changed.

The specifics of Unicode uppercase and lowercase character mapping is too involved for this wiki page, but if one is interested, see the official Unicode data file as well as the format used for the file.

See also