Small Elixir library for encoding and decoding HTML entities.
Find a file
Mikko Ahlroth d96eae16d3 Fix readme
2013-08-23 07:21:03 +03:00
lib Add encoding functionality 2013-08-23 07:15:04 +03:00
mix.exs Change version to 1.0.0 2013-08-23 07:15:48 +03:00
README.md Fix readme 2013-08-23 07:21:03 +03:00

ExCoder is a small Elixir library for encoding and decoding HTML entities. I decided to write it because I needed to decode HTML entities (without caring about the mess of parsing HTML) and I did not want to use a full XML library from the Erlang side.

ExCoder supports both decoding named and numbered HTML entities. Encoding will always use the hexadecimal numbered format.