Module encoding

Source
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 ๐Ÿ”’