RFC 2047 Decoder (aka. rfc2047-erl) is a library for decoding ASCII and NON-ASCII information in message headers and converting them to UCS-4 (Unicode).
This library requires erlang-iconv to be installed before.
- src/rfc2047.erl - main library file
- src/rfc2047_tests.erl - unit tests
See doc/ for EDoc documentation. If you think that information given in documentation is insufficient or has other problems, please let us know and we will fix them.
This library is distributed under New BSD Licence. See LICENCE for details.