Category: JavaScript
UTF-16/Unicode to byte array in JavaScript
Author: Pieter-Bart van Splunter Published Date: 14 June 2017 Leave a Comment on UTF-16/Unicode to byte array in JavaScript
Rushing to the solution (in case you need it now) The following JavaScript will build a Byte Array from a string. It should even handle…