commit | 2e67dd861d339ea2b8e59ebc479f37cc1840814a | [log] [tgz] |
---|---|---|
author | Patrick Smith <pat42smith@gmail.com> | Sun Oct 21 20:33:24 2012 -0400 |
committer | Russ Cox <rsc@golang.org> | Sun Oct 21 20:33:24 2012 -0400 |
tree | edd6d4766e9083f42d7df119c788968b84008e0d | |
parent | 5d05c7800e0dccf0f05b49c13ce5120e0d070e53 [diff] |
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