View on GitHub

Cangjians

Output filtering

Often when using pycangjie you will get lists of characters (for example, which characters correspond to the code “d*d” ?).

It is possible to filter these lists so you only get the characters you are interested in.

The following filters are defined in the cangjie.filters module:

Note that these are bit flags. If you want more than one, just OR them together.

For example, if you want the Big 5 and HKSCS characters, use:

import cangjie

cangjie.filters.BIG5 | cangjie.filters.HKSCS