tallakt / codepagex

Elixir string encoding conversion - like iconv but pure Elixir
Other
110 stars 20 forks source link

Support more charset aliases like iconv #7

Closed heri16 closed 4 years ago

heri16 commented 8 years ago

Support all aliases from http://www.iana.org/assignments/character-sets/character-sets.xhtml

If not possible, support at least the preferred MIME set in the first column.

MIME Charset Registry

MIME charset tags are registered with the IANA (http://www.iana.org/numbers.htm). The charset registry is a flat-file text database of records. Each record contains a charset name, reference citations, a unique MIB number, a source description, and a list of aliases. A name or alias may be flagged "preferred MIME name."

tallakt commented 8 years ago

I agree. I'll se if I can add some more aliases.