Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/temporal/rfc2047-erl
Decoder tool for RFC 2047 - conforming message headers.
https://github.com/temporal/rfc2047-erl
erlang rfc-2047
Last synced: 3 months ago
JSON representation
Decoder tool for RFC 2047 - conforming message headers.
- Host: GitHub
- URL: https://github.com/temporal/rfc2047-erl
- Owner: TeMPOraL
- Created: 2010-07-16T14:23:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-16T15:31:42.000Z (over 14 years ago)
- Last Synced: 2024-10-13T10:38:18.271Z (4 months ago)
- Topics: erlang, rfc-2047
- Language: Erlang
- Homepage: http://rfc2047-erl.github.com
- Size: 118 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* 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 [[http://github.com/Vagabond/erlang-iconv/][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.