Current character set.
NS_ERROR_UCONV_NOCONV The requested charset is not supported.
Meaningless
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
In new code, please use the WebIDL TextDecoder and TextEncoder instead. They represent bytes as Uint8Array (or as view to such array), which is the current best practice for representing bytes in JavaScript.
This interface converts between UTF-16 in JavaScript strings and bytes transported as the unsigned value of each byte transported in a code unit of the same numeric value in a JavaScript string.
Created
8/Jun/2000
Author
Makoto Kato [m_kato@ga2.so-net.ne.jp]