You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script and ScriptExtensionsSet in icu4x is quite similar to Script and ScriptExtension in unicode-script. Is there a reason not to de-duplicate and have icu4x depend on unicode-script, which also aims to be a minimal implementation of UAX #24? unicode_script has a more efficient representation of a set of scripts, using bitflags. I'm not sure which is more efficient from a binary size perspective, however, which is also important. cc @Manishearth who appears to work on both of these projects :)