Changes between Version 3 and Version 4 of League
- Timestamp:
- Apr 7, 2011, 5:45:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
League
v3 v4 7 7 == Strings and Cursors == 8 8 9 The type Universal_Stringis declared in the package League.Strings. It represents string of Unicode characters. Two conversion operations To_Universal_String and To_Wide_Wide_String allow conversion between Universal_String and Wide_Wide_String. Set of overloaded concatenation operators --- "&" --- provides concatenation operations between Universal_String, Universal_Character, Wide_Wide_String and Wide_Wide_Character and returns Universal_String. See following example:9 The type [wiki:League/Universal_String Universal_String] is declared in the package League.Strings. It represents string of Unicode characters. Two conversion operations To_Universal_String and To_Wide_Wide_String allow conversion between Universal_String and Wide_Wide_String. Set of overloaded concatenation operators --- "&" --- provides concatenation operations between Universal_String, Universal_Character, Wide_Wide_String and Wide_Wide_Character and returns Universal_String. See following example: 10 10 11 11 {{{