You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ByteBuffer stores strings as UTF8 bytes by default, but returns these as a standard JavaScript string, which is UTF16 basically. Do you need UTF16 bytes?
Is there a way in ByteBuffer I can create a UTF16 string from a UTF8 string ? Would really help me a lot.
Thanks!
The text was updated successfully, but these errors were encountered: