Next:
UnicodeString-multibyte encodings
, Previous:
UnicodeString-built-ins
, Up:
UnicodeString
1.199.4 UnicodeString: converting
asString
Returns the string corresponding to the receiver. Without the Iconv package, unrecognized Unicode characters become $? characters. When it is loaded, an appropriate single- or multi-byte encoding could be used.
asSymbol
Returns the symbol corresponding to the receiver
asUnicodeString
But I already am a UnicodeString! Really!
displayOn: aStream
Print a representation of the receiver on aStream
printOn: aStream
Print a representation of the receiver on aStream