Does somebody know a script that is able to convert a string to a ArrayBuffer using unicode encoding?
I´m creating a browser-side eqivalent of the "Buffer" of node.js. The only encoding that is left is unicode. All others are done.
Thanks for your help!