How can javascript decode bytes into utf8 string?
String.fromCharCode.apply(null, new Int8Array(arr));
This can not help me with languages like chinese or other
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
How can javascript decode bytes into utf8 string?
String.fromCharCode.apply(null, new Int8Array(arr));
This can not help me with languages like chinese or other