Small Elixir library for encoding and decoding HTML entities.
Find a file
2013-08-06 22:21:23 +03:00
lib Initial commit, still work in progress. 2013-08-06 22:21:23 +03:00
mix.exs Initial commit, still work in progress. 2013-08-06 22:21:23 +03:00
README.md Initial commit, still work in progress. 2013-08-06 22:21:23 +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 learn Erlang XML libraries.

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