customize the character classification

我在制作中文字体时,会按照汉字使用频率由高到低的顺序制作字形。
When I make Chinese fonts, I make glyphs in order of frequency of Chinese characters from highest to lowest.

比如中国的GB2312标准将收录的汉字分成两级,第一级是常用字符,第二级是次常用字符。
For example, China’s GB2312 standard divides the included Chinese characters into two levels, the first level is the commonly used characters, and the second level is the second most commonly used characters..

所以我想在unicode的基础上自定义字符分类:未分类的为一组,一些字符为一组,另一些字符为一组。
So I want to customize the character classification on top of Unicode: uncategorized as a group, some characters as a group, like this:

Uncategorized
Group A: $554a,$963f,$57c3,$6328,$54ce,$5509,$54c0, …
Group B: $4e8d,$4e0c,$5140,$4e10,$5eff,$5345,$4e15, …
Group C: $769a,$85f9,$7919,$611b,$9aaf,$8956,$58e9, …

每一组的字形显示顺序与自定义的字符顺序一致。
The glyphs for each group are displayed in the same order as the custom character order.

我发现这个需求之前已经有人提过几次了。
I’ve found out that this requirement has been mentioned a few times before.

http://forum.high-logic.com:9080/t/sort-or-index-enhancement-with-txt-file/8317/1 Sort or index Enhancement with txt file
http://forum.high-logic.com:9080/t/ot-class-manager-select-class-members-filter/7816/1 OT Class Manager > Select Class Members filter
http://forum.high-logic.com:9080/t/grouping/473/1 Grouping
http://forum.high-logic.com:9080/t/alphabetically-sorted-range-list/7180/1 Alphabetically-sorted range list
http://forum.high-logic.com:9080/t/user-defined-folders/7152/1 User-defined folders
http://forum.high-logic.com:9080/t/hide-glyphs/7025/1 Hide Glyphs
http://forum.high-logic.com:9080/t/really-long-list-of-different-requests/6855/1 Really long list of different requests… =)

We might enhance the way your can sort and order glyphs in the future, but for now you could use a custom ordering file or maybe even tags can help.