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
At the meeting of 3 October 2023, the CG agreed to close this issue without action.
If the input is a sequence of Unicode characters, it's not necessary to support non-characters. The RFC 8259 grammar is a leaky abstraction and we don't need to make our abstractions leaky as well.
I had occasion to look at the RFC 8259 grammar for JSON, wherein we find:
which I’d be tempted to represent in iXML as
except…
#10FFFF
isn’t a valid hex reference in Invisible XML because it’s a Unicode “non-character”.I think we should probably remove the constraint on non-characters.
The text was updated successfully, but these errors were encountered: