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.)
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.)