Re: [Qemu-devel] [PATCH v2 06/16] qapi: Restrict strings to printable ASCII

2019-09-13 Thread Markus Armbruster
Eric Blake writes: > On 9/10/19 1:37 AM, Markus Armbruster wrote: >> RFC 8259 on string contents: >> >>All Unicode characters may be placed within the quotation marks, >>except for the characters that MUST be escaped: quotation mark, >>reverse solidus, and the control characters (U+0

Re: [Qemu-devel] [PATCH v2 06/16] qapi: Restrict strings to printable ASCII

2019-09-10 Thread Eric Blake
On 9/10/19 1:37 AM, Markus Armbruster wrote: > RFC 8259 on string contents: > >All Unicode characters may be placed within the quotation marks, >except for the characters that MUST be escaped: quotation mark, >reverse solidus, and the control characters (U+ through >U+001F). >

[Qemu-devel] [PATCH v2 06/16] qapi: Restrict strings to printable ASCII

2019-09-09 Thread Markus Armbruster
RFC 8259 on string contents: All Unicode characters may be placed within the quotation marks, except for the characters that MUST be escaped: quotation mark, reverse solidus, and the control characters (U+ through U+001F). The QAPI schema parser accepts both less and more than JSO