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
Currently strings are read as-is, byte by byte using a Uint8Array. The downside of this is that characters in high UTF-16/UTF-8 ranges will likely break or be malformed.
I'm not too sure about this but I'll assume it is an issue anyhow.
Currently strings are read as-is, byte by byte using a
Uint8Array
. The downside of this is that characters in high UTF-16/UTF-8 ranges will likely break or be malformed.I'm not too sure about this but I'll assume it is an issue anyhow.
See here.
The text was updated successfully, but these errors were encountered: