mirror of
https://github.com/golang/go
synced 2024-11-17 23:14:49 -07:00
html: update URL in comment
This commit is contained in:
parent
641e61db57
commit
5681c84d9f
@ -12,7 +12,7 @@ import (
|
||||
|
||||
// These replacements permit compatibility with old numeric entities that
|
||||
// assumed Windows-1252 encoding.
|
||||
// http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
|
||||
// https://html.spec.whatwg.org/multipage/parsing.html#numeric-character-reference-end-state
|
||||
var replacementTable = [...]rune{
|
||||
'\u20AC', // First entry is what 0x80 should be replaced with.
|
||||
'\u0081',
|
||||
|
Loading…
Reference in New Issue
Block a user