nst / JSONTestSuite

A comprehensive test suite for RFC 8259 compliant JSON parsers
MIT License
885 stars 142 forks source link

Should 0x7f be treated as a control character? #118

Open l0b0 opened 3 years ago

l0b0 commented 3 years ago

RFC 8259 mandates Unicode, but then implicitly contradicts Unicode by excluding 0x7f (DEL) from the control characters. Doesn't that make DEL an ambiguous case?