htmlize 0.5.0

Encode and decode HTML entities in UTF-8
Documentation
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Updated entities.json and the related test.

set -e

curl -O https://html.spec.whatwg.org/entities.json

<entities.json jq -r 'keys | .[]' > tests/corpus/all-entities-source.txt
<entities.json jq -r 'values | .[].characters' > tests/corpus/all-entities-expanded.txt