Articles tagged: Unicode
Found 7 documents
- Mozilla/Tech/XPCOM/Reference/Interface/nsIConverterInputStream Implemented by: @mozilla.org/intl/converter-input-stream;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIScriptableUnicodeConverter This legacy API represents binary data using the lower haft of each 16-bit code unit in a ...
- Reading_textual_data This article describes how to read textual data from streams, files and sockets.
- Web/JavaScript/Reference/Global_Objects/String/charCodeAt The charCodeAt() method returns an integer between 0 and 65535 representing the UTF-16 code unit ...
- Web/JavaScript/Reference/Global_Objects/String/fromCharCode The static String.fromCharCode() method returns a string created by using the specified sequence ...
- Web/JavaScript/Reference/Global_Objects/String/normalize The normalize() method returns the Unicode Normalization Form of a given string (if the value ...
- Writing_textual_data This article describes how to write textual data to streams, files and sockets in an ...