SplitScript reference / Migration / ASCII string uppercasing
ASCII string uppercasing
Migration from C#
Source pattern
- C#:
ToUpper
Canonical SplitScript
ToUpperbecomestoAsciiUpperCase.
Use the canonical language and API symbols linked below.
Semantic difference
Use toAsciiUpperCase when game identifiers require ASCII-only normalization; this is not culture-sensitive Unicode uppercasing.
Supported hosts
This uses the standard SplitScript runtime contract. Any provider-specific requirements are documented by the linked canonical API.
Related reference
-
String.toAsciiUpperCase (standard library)