tcolar / goed

Terminal based code editor / development environment
MIT License
133 stars 6 forks source link

Handle non UTF8 text #154

Closed tcolar closed 7 years ago

tcolar commented 7 years ago

detect with : https://github.com/saintfish/chardet

convert to/from on the fly with : https://godoc.org/golang.org/x/text/encoding/

tcolar commented 7 years ago

Resolved, support common encodings and encode/decode to/from UTF8 on the fly