learntextvis / textkit

Command line tool for manipulating and analyzing text
MIT License
28 stars 6 forks source link

Add encoding conversion capabilities #41

Open vlandham opened 8 years ago

vlandham commented 8 years ago

This could probably be a whole separate tool in itself - but it would be great to have textkit be able to convert from one encoding to another.

At the very least, it could convert from various formats into UTF-8

vlandham commented 8 years ago

From this SO perhaps we need to use chardet ?

Fil commented 7 years ago

Unix philosophy would be to leave this to another tool such as iconv. Maybe document the process for people who need to do this.

Fil commented 7 years ago

See also #50

vlandham commented 7 years ago

basics in #50

will also work on documenting more iconv