You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 6636:2cc78be264e6, html.UnescapeString doesn't handle things like á like
http://golang.org/pkg/html/#UnescapeString describes.
There is a todo in src/pkg/html/escape.go:unescapeEntity for this case.