Bug 9794 – std.json cannot handle delete character

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-03-23T09:22:00Z
Last change time
2013-03-23T12:39:32Z
Assigned to
nobody
Creator
doob

Comments

Comment #0 by doob — 2013-03-23T09:22:42Z
std.json cannot handle delete character ("\u007f") in string literals. Any other JSON parser I've tested can handle this.
Comment #1 by doob — 2013-03-23T09:56:52Z
Comment #2 by github-bugzilla — 2013-03-23T12:38:47Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a272a595adbbf4205cfbcd1dade3065f5cd1e532 Fixes Issue 9794 - std.json cannot handle delete character https://github.com/D-Programming-Language/phobos/commit/3724fe54411555d9256afed053aa65c0b7bf8514 Merge pull request #1219 from jacob-carlborg/issue_9794 Fixes Issue 9794 - std.json cannot handle delete character