OK,
One might separately question whether an enum is the right abstraction
here, but that's a separate issue.
-- Jon
On 5/14/19 6:27 AM, Hannes Wallnöfer wrote:
Please review:
Issue: https://bugs.openjdk.java.net/browse/JDK-8222318
Webrev: http://cr.openjdk.java.net/~hannesw/8222318/webrev.00/
The entities were extracted from https://www.w3.org/TR/html52/entities.json
using a script.
Entities without trailing semicolon are not included (they always have a
counterpart with semicolon), while entities with dual code points are listed
but commented out. I have created JDK-8223868 for those entities.
Thanks,
Hannes