- From: Mark Nottingham <mnot@mnot.net>
- Date: Sun, 28 May 2023 14:50:40 +1000
- To: Roy Fielding <fielding@gbiv.com>
- Cc: HTTP Working Group <ietf-http-wg@w3.org>
> On 27 May 2023, at 11:27 am, Mark Nottingham <mnot@mnot.net> wrote: > > I'd be OK with including this in the spec, but would want to talk about how it's integrated. We can certainly describe the data model (Section 3) in these terms, but for parsing/serialiation, I'd want to make it possible to _not_ apply a regex like this (or whatever) if one has confidence that the implementation doing the decoding is handling UTF-8 errors correctly, which is going to be the case for most modern implementations AIUI. Sorry, I misspoke here. Section 3 is the abstract data model, which should be Unicode characters. This validation is specific to the textual serialisation. -- Mark Nottingham https://www.mnot.net/
Received on Sunday, 28 May 2023 04:50:52 UTC