1
0
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:
fujimoto kyosuke 2020-01-12 15:16:32 +09:00
parent 641e61db57
commit 5681c84d9f

View File

@ -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',