Files
Nim/lib
Tim a568e4dac6 Changes entityToUtf8 implementation from htmlparser and add two procs (#7288)
`entityToUtf8` now supports every entity name and decimal and hexadecimal values from https://dev.w3.org/html5/html-author/charref.

As it finally turned out, the `case` implementation generates even a smaller binary size compared to a `[(name, val)]` implementation.

Additionally the procs `entityToRune` and `runeToEntity` are now available. The last one only generates numeric html entities, so it doesn't need a lookup table.
2018-03-04 21:18:03 +01:00
..
2017-02-20 17:24:19 +02:00
2018-01-09 15:25:22 +01:00
2018-02-27 15:23:19 +01:00
2013-03-16 23:53:07 +01:00
2014-08-28 09:59:26 +02:00
2018-03-01 21:39:00 +01:00