This interface is a unicode encoder for use by scripts @created 8/Jun/2000 @author Makoto Kato [m_kato@ga2.so-net.ne.jp]
[scriptable, uuid(1ea19c6c-c59f-4fd7-9fc7-151e946baca0)]
Attributes
Methods
Converts the data from Unicode to one Charset. Returns the converted string. After converting, Finish should be called and its return value appended to this return value.
Returns the terminator string. Should be called after ConvertFromUnicode() and appended to that function's return value.
Converts an array of bytes to a unicode string.
Convert a unicode string to an array of bytes. Finish does not need to be called.
Converts a unicode string to an input stream. The bytes in the stream are encoded according to the charset attribute. The returned stream will be nonblocking.
