Cta708CharsetSetting type

CTA-708 P16 (16-bit) code set, for East-Asian services whose P16 captions are a legacy DBCS rather than Unicode. These are the WHATWG/IANA encoding labels: - 'unicode' — UTF-16 (BMP). The default; also correct for modern East-Asian captions that already carry Unicode in P16. - 'euc-kr' — Korean EUC-KR (KS X 1001; decoded via the Windows-949 / cp949 "Unified Hangul Code" superset). - 'gbk' — Simplified Chinese GBK (Windows cp936; superset of GB2312, subset of GB18030 — P16 is two bytes, so GBK not GB18030). - 'big5' — Traditional Chinese Big5 (Windows cp950; Big5-2003).

Signature:

export type Cta708CharsetSetting = 'unicode' | 'euc-kr' | 'gbk' | 'big5';