Next: , Up: UnicodeCharacter   [Index]


1.202.1 UnicodeCharacter class: built ins

value: anInteger

Returns the character object, possibly a Character, corresponding to anInteger. Error if anInteger is not an integer, or not in 0..16r10FFFF.

This is only a primitive for speed. UnicodeCharacter’s #value: method is equivalent to #codePoint: (which is the same for Character and UnicodeCharacter).