]> Cypherpunks repositories - gostls13.git/commit
html: unescape numeric entities, and complete the named entities table, including...
authorRyan Hitchman <hitchmanr@gmail.com>
Tue, 7 Dec 2010 01:13:47 +0000 (12:13 +1100)
committerNigel Tao <nigeltao@golang.org>
Tue, 7 Dec 2010 01:13:47 +0000 (12:13 +1100)
commitf503e263791fb88e25cb3b7921b2138311e46f0a
tree4b19bc7219f35bd58078e162e7bf31558793bdd5
parent08a47d6f6087ea2baabca741267a82643d289e92
html: unescape numeric entities, and complete the named entities table, including two-character entities.

Fixes #1233.

R=nigeltao
CC=golang-dev
https://golang.org/cl/3445041
src/pkg/html/entity.go
src/pkg/html/escape.go
src/pkg/html/token_test.go