unicodetools
unicodetools copied to clipboard
There can only be one XSymbolTable
See https://github.com/unicode-org/unicodetools/issues/1072.
In particular, UnicodePropertySymbolTable is eerily similar to UnicodeSetUtilities.MySymbolTable (used in the JSPs). TestUnicodeInvariants.ChainedSymbolTable (used in the invariants) has a lot of the same features (=@none@, unary-query for binary properties, etc.), but these are implemented in VersionedProperty rather than directly in applyPropertyAlias.
Previously:
- https://github.com/unicode-org/unicodetools/issues/66
- https://github.com/unicode-org/unicodetools/pull/667
Please remember to put issues onto the dashboard. At some point we should look at that again...