TextEncoding
Various HTML encoding helpers.
Gets the Big5 encoding.
Gets the chinese government standard encoding.
Gets the ks_c_5601-1987 encoding.
Gets the iso-8859-13 encoding.
Gets the iso-8859-2 encoding.
Gets the iso-8859-53 encoding.
Gets the iso-8859-4 encoding.
Gets the iso-8859-5 encoding.
Gets the US-ASCII encoding.
Gets the UTF-16 (Big Endian) encoding.
Gets the UTF-16 (Little Endian) encoding.
Gets the UTF-32 (Little Endian) encoding.
Gets the UTF-32 (Little Endian) encoding.
Gets the UTF-8 encoding.
Gets the Windows-1250 encoding.
Gets the Windows-1251 encoding.
Gets the Windows-1252 encoding.
Gets the Windows-1253 encoding.
Gets the Windows-1254 encoding.
Gets the Windows-1255 encoding.
Gets the Windows-1256 encoding.
Gets the Windows-1257 encoding.
Gets the Windows-1258 encoding.
Gets the Windows-874 encoding.
Detects if a valid encoding has been found in the given charset
string.
Checks if the provided encoding is any UTF-16 encoding.
Tries to extract the encoding from the given http-equiv content
string.
Resolves an Encoding instance given by the charset string.
If the desired encoding is not found (or supported), then
UTF-8 will be returned.