When pasting multiple characters in a list filter

When pasting multiple characters in a list filter, if there are no spaces or line breaks between the characters, the list will not display those characters after saving. Can we allow not inserting spaces or line breaks between characters?

Have you tried right-clicking, then using the Copy Glyph names option? (tho I’m not sure if these are the options you are looking for)

I am referring to the copy from outside.

This has been discussed before here:

Thank you. Chinese characters are close to 100,000, filtering is a very heavy work, if you can reduce one step can save a lot of time.

Is it really better to handle characters with names than with code? Is it easier to distinguish characters with code?

It depends. A character is no the same thing as a glyphs. There might be many different alternative glyphs for a single character.

For the glyphs in most scripts there exist descriptive glyph names and that makes it a natural choice to reference to glyphs by their names.

Chinese is the prominent exception where the characters don’t have a descriptive name and so the characters themself are often used to refer to their glyphs.

So, currently, a List Filter expects a list of glyph names and single characters. If multiple characters are written together, they are treated like a glyph name, not as individual glyphs. But we intend to change that such multiple CJK characters together are not treated like a glyph name but like you want as multiple glyphs.

Too good, it appears that this function is to achieve.