unicodetools icon indicating copy to clipboard operation
unicodetools copied to clipboard

There can only be one XSymbolTable

Open eggrobin opened this issue 9 months ago • 1 comments

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

eggrobin avatar Mar 24 '25 14:03 eggrobin

Please remember to put issues onto the dashboard. At some point we should look at that again...

markusicu avatar Mar 24 '25 14:03 markusicu