LANG-1242: "\u2284":"⊄" mapping missing from EntityArrays#HTML40_EXTENDED_ESCAPE (closes #159)

Fix commented out nsub in EntityArray
This commit is contained in:
Neal Stewart 2016-05-30 14:45:03 +02:00 committed by pascalschumacher
parent 844b2901fe
commit 8ef8e2a7a5
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ public class EntityArrays {
{"\u2283", "⊃"}, // superset of, U+2283 ISOtech -->
// <!-- note that nsup, 'not a superset of, U+2283' is not covered by the
// Symbol font encoding and is not included. Should it be, for symmetry?
// It is in ISOamsn --> <!ENTITY nsub", "8836"},
// not a subset of, U+2284 ISOamsn -->
// It is in ISOamsn -->,
{"\u2284", "&nsub;"}, // not a subset of, U+2284 ISOamsn -->
{"\u2286", "&sube;"}, // subset of or equal to, U+2286 ISOtech -->
{"\u2287", "&supe;"}, // superset of or equal to,U+2287 ISOtech -->
{"\u2295", "&oplus;"}, // circled plus = direct sum,U+2295 ISOamsb -->