Expand description
Encoding Utilities
Constantsยง
- ENCODE_
REPLACED ๐
Functionsยง
- decode_
to_ string - Decodes a byte slice to a string using the specified encoding.
- decode_
with_ bom_ detect - Decodes a byte slice to a string using the specified encoding with BOM detection.
- encode_
string - Encodes a string to a byte vector using the specified encoding.
- encode_
string_ with_ bom - Encodes a string to a byte vector using the specified encoding with BOM.
- gbk_
encoder_ ๐trap - jis_
encoder_ ๐trap