Commit 0c67848
committed
Don't reject entity names containing digits
*Problem*
Since 0d94837, the digit in entity names like `¹` is ignored by the
decoder; e.g., `⊃1`
*Solution*
Include decimal digits in the set of allowed characters for non-numeric
entities1 parent 6a27eb9 commit 0c67848
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
99 | 96 | | |
| 97 | + | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
0 commit comments