View on GitHub

Cangjians

Output filtering

Often when using libcangjie 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.

Once you include the cangjie.h header, you will be able to use the following filters:

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:

CANGJIE_FILTER_BIG5 | CANGJIE_FILTER_HKSCS