Bug #338

Updated by J. Moringen almost 13 years ago

Possible interpretations
* UTF-8 string (as in Protocol Buffers)
* ASCII string
* Array of bytes

Should be handled as follows:
* For RSB 0.3: "string" wire-schema means ASCII-string
* For future releases: there should be two string types: @utf-8-string@ and @ascii-string@

The respective current state
Decision should be documented in [[Types]].

Back