How does the decoding works in Javascript TextDecoder with Asian charaters?

后端 未结 0 1650
有刺的猬
有刺的猬 2021-01-06 03:08
let uint8Array = new Uint8Array([228, 189, 160, 229, 165, 189]);

alert( new TextDecoder().decode(uint8Array) ); // 你好

How does the encoding of this

相关标签:
回答
  • 消灭零回复
提交回复
热议问题