Custom Filter: Multiple Encoding

Hi,

Is it possible to add a custom filter for glyphs that have 2 or more assigned unicode values?
I have found this thread from long ago where it was not possible yet:

Here is the custom filter Predicate code I’m trying right now:
unicodes[SIZE] > 1

Unfortunately it doesn’t work. Help much appreciated!

1 Like

Try

countOfUnicodes > 1
1 Like

It works, thanks!