blob: b44e994b7584c553dffbed193bde3693a9d923f1 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["CoderResult","Result of a (potentially partial) decode or encode operation with replacement."],["DecoderResult","Result of a (potentially partial) decode operation without replacement."],["EncoderResult","Result of a (potentially partial) encode operation without replacement."]],"mod":[["mem","Functions for converting between different in-RAM representations of text and for quickly checking if the Unicode Bidirectional Algorithm can be avoided."]],"static":[["BIG5","The Big5 encoding."],["BIG5_INIT","The initializer for the Big5 encoding."],["EUC_JP","The EUC-JP encoding."],["EUC_JP_INIT","The initializer for the EUC-JP encoding."],["EUC_KR","The EUC-KR encoding."],["EUC_KR_INIT","The initializer for the EUC-KR encoding."],["GB18030","The gb18030 encoding."],["GB18030_INIT","The initializer for the gb18030 encoding."],["GBK","The GBK encoding."],["GBK_INIT","The initializer for the GBK encoding."],["IBM866","The IBM866 encoding."],["IBM866_INIT","The initializer for the IBM866 encoding."],["ISO_2022_JP","The ISO-2022-JP encoding."],["ISO_2022_JP_INIT","The initializer for the ISO-2022-JP encoding."],["ISO_8859_10","The ISO-8859-10 encoding."],["ISO_8859_10_INIT","The initializer for the ISO-8859-10 encoding."],["ISO_8859_13","The ISO-8859-13 encoding."],["ISO_8859_13_INIT","The initializer for the ISO-8859-13 encoding."],["ISO_8859_14","The ISO-8859-14 encoding."],["ISO_8859_14_INIT","The initializer for the ISO-8859-14 encoding."],["ISO_8859_15","The ISO-8859-15 encoding."],["ISO_8859_15_INIT","The initializer for the ISO-8859-15 encoding."],["ISO_8859_16","The ISO-8859-16 encoding."],["ISO_8859_16_INIT","The initializer for the ISO-8859-16 encoding."],["ISO_8859_2","The ISO-8859-2 encoding."],["ISO_8859_2_INIT","The initializer for the ISO-8859-2 encoding."],["ISO_8859_3","The ISO-8859-3 encoding."],["ISO_8859_3_INIT","The initializer for the ISO-8859-3 encoding."],["ISO_8859_4","The ISO-8859-4 encoding."],["ISO_8859_4_INIT","The initializer for the ISO-8859-4 encoding."],["ISO_8859_5","The ISO-8859-5 encoding."],["ISO_8859_5_INIT","The initializer for the ISO-8859-5 encoding."],["ISO_8859_6","The ISO-8859-6 encoding."],["ISO_8859_6_INIT","The initializer for the ISO-8859-6 encoding."],["ISO_8859_7","The ISO-8859-7 encoding."],["ISO_8859_7_INIT","The initializer for the ISO-8859-7 encoding."],["ISO_8859_8","The ISO-8859-8 encoding."],["ISO_8859_8_I","The ISO-8859-8-I encoding."],["ISO_8859_8_INIT","The initializer for the ISO-8859-8 encoding."],["ISO_8859_8_I_INIT","The initializer for the ISO-8859-8-I encoding."],["KOI8_R","The KOI8-R encoding."],["KOI8_R_INIT","The initializer for the KOI8-R encoding."],["KOI8_U","The KOI8-U encoding."],["KOI8_U_INIT","The initializer for the KOI8-U encoding."],["MACINTOSH","The macintosh encoding."],["MACINTOSH_INIT","The initializer for the macintosh encoding."],["REPLACEMENT","The replacement encoding."],["REPLACEMENT_INIT","The initializer for the replacement encoding."],["SHIFT_JIS","The Shift_JIS encoding."],["SHIFT_JIS_INIT","The initializer for the Shift_JIS encoding."],["UTF_16BE","The UTF-16BE encoding."],["UTF_16BE_INIT","The initializer for the UTF-16BE encoding."],["UTF_16LE","The UTF-16LE encoding."],["UTF_16LE_INIT","The initializer for the UTF-16LE encoding."],["UTF_8","The UTF-8 encoding."],["UTF_8_INIT","The initializer for the UTF-8 encoding."],["WINDOWS_1250","The windows-1250 encoding."],["WINDOWS_1250_INIT","The initializer for the windows-1250 encoding."],["WINDOWS_1251","The windows-1251 encoding."],["WINDOWS_1251_INIT","The initializer for the windows-1251 encoding."],["WINDOWS_1252","The windows-1252 encoding."],["WINDOWS_1252_INIT","The initializer for the windows-1252 encoding."],["WINDOWS_1253","The windows-1253 encoding."],["WINDOWS_1253_INIT","The initializer for the windows-1253 encoding."],["WINDOWS_1254","The windows-1254 encoding."],["WINDOWS_1254_INIT","The initializer for the windows-1254 encoding."],["WINDOWS_1255","The windows-1255 encoding."],["WINDOWS_1255_INIT","The initializer for the windows-1255 encoding."],["WINDOWS_1256","The windows-1256 encoding."],["WINDOWS_1256_INIT","The initializer for the windows-1256 encoding."],["WINDOWS_1257","The windows-1257 encoding."],["WINDOWS_1257_INIT","The initializer for the windows-1257 encoding."],["WINDOWS_1258","The windows-1258 encoding."],["WINDOWS_1258_INIT","The initializer for the windows-1258 encoding."],["WINDOWS_874","The windows-874 encoding."],["WINDOWS_874_INIT","The initializer for the windows-874 encoding."],["X_MAC_CYRILLIC","The x-mac-cyrillic encoding."],["X_MAC_CYRILLIC_INIT","The initializer for the x-mac-cyrillic encoding."],["X_USER_DEFINED","The x-user-defined encoding."],["X_USER_DEFINED_INIT","The initializer for the x-user-defined encoding."]],"struct":[["Decoder","A converter that decodes a byte stream into Unicode according to a character encoding in a streaming (incremental) manner."],["Encoder","A converter that encodes a Unicode stream into bytes according to a character encoding in a streaming (incremental) manner."],["Encoding","An encoding as defined in the Encoding Standard."]]};