Commit graph

6 commits

Author SHA1 Message Date
Mikko Ahlroth
99307a6b3e Rewrite ExCoder for 0.15, use tail call recursion 2014-08-06 20:02:25 +03:00
Mikko Ahlroth
5990f698fe Many new improvements, bump version to 1.1.0.
* Refactor numeric decode regex to module attribute, avoid recreating it with
  every call.
* Use character table also when encoding. This results in some compile warns,
  but the code works as expected. Removing the warnings is for TODO.
* Bump elixir version to 0.11.x
* Write tests for encoding and decoding
2013-11-25 21:34:39 +02:00
Mikko Ahlroth
9df067c1a2 Add encoding functionality 2013-08-23 07:15:04 +03:00
Mikko Ahlroth
35dbc8e731 Fix  . Display too large numeric entities as they are. 2013-08-21 10:45:15 +03:00
Mikko Ahlroth
2c4c559544 Fix error where only the first byte of a trailing UTF-8 character was output 2013-08-12 11:32:25 +03:00
Mikko Ahlroth
c0596d30ad Initial commit, still work in progress. 2013-08-06 22:21:23 +03:00