Next: , Previous: , Up: Base classes   [Index]


1.202 UnicodeCharacter

Defined in namespace Smalltalk
Superclass: Character
Category: Language-Data types

My instances represent the over one million characters of the Unicode character set. It provides messages to translate between integers and character objects.

UnicodeCharacter objects are created when accessing UnicodeStrings, or with Character class>>#codePoint:.