« Bugzilla Issues Index
#2372 — ambiguous JSON texts
- bug_id:
2372
- creation_ts:
2013-12-10 19:28:00 -0800
- short_desc:
ambiguous JSON texts
- delta_ts:
2013-12-10 20:44:11 -0800
- product:
ECMA-404 JSON
- component:
1st Edition
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Peter F. Patel-Schneider
- assigned_to:
Douglas Crockford
- cc:
allen
- commentid:
6912
- comment_count:
0
- who:
Peter F. Patel-Schneider
- bug_when:
2013-12-10 19:28:18 -0800
In ECMA-404, 1st edition / October 2013, the JSON text "\uD834\uDD1E" (a sequence of 14 Unicode code points) represents two different sequences of Unicode code points (strings), namely <D834, DD1E> and <1D11E>.
This is a bug that should be fixed.