const isoDecoder = new TextDecoder('ISO-8859-1'); const bytes = new ... and ISO-8859-1 only match for the first 128 codepoints, i.e. ASCII.
確定! 回上一頁