The 214 Kangxi radicals are sorted in increasing order by stroke count. Originally introduced in 1615, many modern Chinese dictionaries still use the Kangxi system. In our program, we used the Unihan `kRSKangxi` property to generate Unicode sets for all 214 radicals. One important key to note is that some radicals may have the same index. For instance, characters 火 and 灬 are both the 86th radical of the dictionary and would map to the same Unicode set. Thus, 灯 and 点 would be characters in the same set.
...
...
@@ -191,7 +183,7 @@ If the file to be searched is written in simplified Chinese and the radical expr
Output: 中國大陸的國標碼使用漢**語**拼音排列
部首檢字也有其局限性,**許**多漢字難以歸部
###### ** Output is printed in red on the terminal. Colorization was turned on for this iteration.**
** Output is printed in red on the terminal. Colorization was turned on for this iteration.**
## **Iteration 3: Adding New Features & Final Iteration**