archives

« Bugzilla Issues Index

#2372 — ambiguous JSON texts


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.