]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: expand allowed entity names
authorPatrick Smith <pat42smith@gmail.com>
Mon, 22 Oct 2012 00:33:24 +0000 (20:33 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 22 Oct 2012 00:33:24 +0000 (20:33 -0400)
commit2e67dd861d339ea2b8e59ebc479f37cc1840814a
treeedd6d4766e9083f42d7df119c788968b84008e0d
parent5d05c7800e0dccf0f05b49c13ce5120e0d070e53
encoding/xml: expand allowed entity names

Previously, multi-byte characters were not allowed. Also certain single-byte
characters, such as '-', were disallowed.
Fixes #3813.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6641052
src/pkg/encoding/xml/xml.go
src/pkg/encoding/xml/xml_test.go