rrthomas / recode

Charset converter tool and library
GNU General Public License v3.0
130 stars 12 forks source link

Don't use iconv by default #8

Closed rrthomas closed 2 years ago

rrthomas commented 6 years ago

See #6.

Desired behavior: only use iconv if it's needed for a particular recoding. This will require some work. An easier half-way house is to not use iconv by default, and have a command-line switch to turn it on.