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
Are strings encoded in UTF-8, UTF-16, UCS-2, or what? For example, how would the String value "𐀀" (U+10000) be encoded in the various formats? (That is, what character encoding is used for Transit when encoding JSON to bytes?)
(Edit: Removed further question about illegal bytes in raw-string inputs in various languages.)
(Sorry for the thrashing -- I'm reopening this now that I see that yes, Github Issues are in fact being used for this project.)