Previous: I18N.EncodedStream class-initializing, Up: I18N.EncodedStream [Index]
Answer a pipe of encoders that converts anUnicodeString to default encoding for strings (the current locale’s default charset if none is specified).
Answer a pipe of encoders that converts anUnicodeString (which contains to the supplied encoding (which can be an ASCII String or Symbol).
Answer a pipe of encoders that converts aStringOrStream (which can be a string or another stream) from the given encoding to the default locale’s default charset.
Answer a pipe of encoders that converts aStringOrStream (which can be a string or another stream) between the two supplied encodings (which can be ASCII Strings or Symbols)
Answer a pipe of encoders that converts aStringOrStream (which can be a string or another stream) from the default locale’s default charset to the given encoding.
Answer a pipe of encoders that converts aStringOrStream (which can be a string or another stream) from its encoding (or the current locale’s default charset, if the encoding cannot be determined) to integers representing Unicode character codes.
Answer a pipe of encoders that converts aStringOrStream (which can be a string or another stream) from the supplied encoding (which can be an ASCII String or Symbol) to integers representing Unicode character codes.