* Add Characters

- REVERSED SEMICOLON (`U+204F`);
   - REVERSED QUESTION MARK (`U+2E2E`);
   - REVERSED COMMA (`U+2E41`);
   - DOUBLE LOW-REVERSED-9 QUOTATION MARK (`U+2E42`);
This commit is contained in:
be5invis 2022-01-26 23:37:45 -08:00
parent 1933fe85f2
commit 0c6cd3993d
7 changed files with 162 additions and 129 deletions

View file

@ -94,7 +94,6 @@ exports.Glyph = class Glyph {
this.cloneRankFromGlyph(g);
}
cloneRelationFromGlyph(g) {
this.shortName = g.shortName;
this.related = g.related;
}
cloneRankFromGlyph(g) {