Russ Cox 64054a40ad encoding/json: coerce invalid UTF-8 to valid UTF-8 during Marshal
In practice, rejecting an entire structure due to a single invalid byte
in a string is just too picky, and too hard to track down.
Be consistent with the bulk of the standard library by converting
invalid UTF-8 into UTF-8 with replacement runes.

R=golang-dev, crawshaw
CC=golang-dev
https://golang.org/cl/11211045
2013-07-12 17:37:10 -04:00
..
2013-04-24 04:46:14 +08:00
2013-07-04 14:24:21 +10:00
2012-03-27 13:46:16 +11:00
2013-05-01 10:00:05 -04:00
2013-06-20 14:49:15 -07:00
2013-06-20 14:49:15 -07:00
2013-05-22 12:28:58 +10:00
2010-09-16 14:01:02 +10:00
2009-10-30 10:34:01 -07:00
2013-07-04 14:24:21 +10:00
2012-03-27 09:27:43 +11:00