SVI fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
..
.appveyor.yml fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
.travis.yml fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
LICENSE fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
README.md fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
ascii.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
charmap.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
doc.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
ebcdic.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
latin1.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
latin5.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos
utf8.go fc8ab952b5 d01 Удаление ошмётков графики %!s(int64=3) %!d(string=hai) anos

README.md

encoding

Linux Status Windows Status Apache License GoDoc Go Report Card

Package encoding provides a number of encodings that are missing from the standard Go [encoding]("https://godoc.org/golang.org/x/text/encoding") package.

We hope that we can contribute these to the standard Go library someday. It turns out that some of these are useful for dealing with I/O streams coming from non-UTF friendly sources.

The UTF8 Encoder is also useful for situations where valid UTF-8 might be carried in streams that contain non-valid UTF; in particular I use it for helping me cope with terminals that embed escape sequences in otherwise valid UTF-8.