Descriptionencoding/xml: correctly escape newline, carriage return, and tab
The generated encodings are those from
http://www.w3.org/TR/2000/WD-xml-c14n-20000119.html#charescaping
The change to the decoder ensures that we turn 
 in the
input into \r, not \n.
Patch Set 1 #
Total comments: 4
Patch Set 2 : diff -r eb854c88d4a6 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r eb854c88d4a6 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 4d39e7b95d04 https://go.googlecode.com/hg/ #
MessagesTotal messages: 7
|