Previous: , Up: UnicodeString   [Index]


1.203.6 UnicodeString: multibyte encodings

encoding

Answer the encoding used by the receiver. Conventionally, we answer ’Unicode’ to ensure that two UnicodeStrings always have the same encoding.

numberOfCharacters

Answer the number of Unicode characters in the receiver. This is the same as #size for UnicodeString.