https://issues.dlang.org/show_bug.cgi?id=17553

Vladimir Panteleev <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---
            Summary|std.json invalid utf8       |std.json should not do UTF
                   |sequence                    |decoding when encoding JSON

--- Comment #2 from Vladimir Panteleev <[email protected]> ---
RFC 7159 specifies that Unicode control characters don't need escaping, so
actually we can avoid auto-decoding when encoding JSON.

--

Reply via email to