TextDecoder
ArrayBuffer
から
文字コード
を指定して文字列を読み取ってくれる
Web API
Constructorに文字コードを指定する
cf.
https://developer.mozilla.org/en-US/docs/Web/API/TextDecoder/TextDecoder#parameters
Deno
だと
Shift_JIS
をはじめとして複数の文字コードに対応しきれていない
ここ
に対応している文字コードのリストがある
これあとで
/deno-ja
に書いとくか。
Reference
https://developer.mozilla.org/ja/docs/Web/API/TextDecoder
#2021-01-21
19:40:51