I mean, it's still there, for now, but read only. And next year, youcan't get it with go get.Is there an "official" clone on another site? I foundgithub.com/paulrosania/go-charset/charset, but there are a lot ofprojects named go-charset on github.
Note that the package description at https://github.com/rogpeppe/go-charset says “(superceded)”. And code.google.com/p/mahonia (my character-set conversion library) say “deprecated”. Roger Peppe doesn’t say what he recommends to use instead, but I recommend the golang.org/x/text/encoding packages. But one thing they are missing is a function to return an encoding by name. For that, you can use the NewReaderLabel function in golang.org/x/net/html/charset. It supports all the encodings supported by HTML5, and uses the implementations from x/text/encoding.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.