RFC 2047 Decoder
Overview
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).
Requirements
This library requires erlang-iconv to be installed before.
Files
- src/rfc2047.erl - main library file
- src/rfc2047_tests.erl - unit tests
Usage and documentation
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.
Licence
This library is distributed under New BSD Licence. See LICENCE for details.