Previous: , Up: I18N.EncodedStringFactory   [Index]


5.4.3 I18N.EncodedStringFactory: instance creation

encoding

Answer the encoding used for the created Strings.

encoding: aString

Set the encoding used for the created Strings.

fromString: aString

Answer an EncodedString based on aString and in the encoding represented by the receiver.

new

Answer a new, empty EncodedString using the encoding represented by the receiver.

new: size

Answer a new EncodedString of the given size, using the encoding represented by the receiver.