endeveit / goconv

go port of iconv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is based on https://github.com/sloonz/go-iconv. It supports three different fallback policies when unrecognized sequences are encountered:

1. Discard
2. Keep as is
3. Try another encoding to convert starting from the unrecognized sequences

About

go port of iconv


Languages

Language:Go 100.0%