Decode / encode the legacy multi-byte encodings according to the Encoding standard (§10, §11, §12, §13).
import { createMultibyteDecoder, createMultibyteEncoder } from '@exodus/bytes/multi-byte.js' Copy
import { createMultibyteDecoder, createMultibyteEncoder } from '@exodus/bytes/multi-byte.js'
Supports all legacy multi-byte encodings listed in the WHATWG Encoding standard: gbk, gb18030, big5, euc-jp, iso-2022-jp, shift_jis, euc-kr.
gbk
gb18030
big5
euc-jp
iso-2022-jp
shift_jis
euc-kr
Decode / encode the legacy multi-byte encodings according to the Encoding standard (§10, §11, §12, §13).
Supports all legacy multi-byte encodings listed in the WHATWG Encoding standard:
gbk,gb18030,big5,euc-jp,iso-2022-jp,shift_jis,euc-kr.