nxml-char-name-table
nxml-char-name-table is a variable defined in `nxml-mode.el
'.
Its value is #s(hash-table size 65 test eq rehash-size 1.5 rehash-threshold 0.8 data ())Documentation: Hash table for mapping char codes to names. Each key is a Unicode scalar value. Each value is a list of pairs of the form (NAMESET . NAME), where NAMESET is a symbol identifying a set of names, and NAME is a string naming a character.