mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
Implement retrieving encodings by name, according to the names listed at http://encoding.spec.whatwg.org/#encodings This is the first step toward implementing the encoding detection algorithm. R=nigeltao CC=golang-dev https://golang.org/cl/27110043