KanjiVG / kanjivg

Kanji vector graphics
http://kanjivg.tagaini.net
Other
1.05k stars 180 forks source link

Add CJK Radicals Supplement ⺢ #429

Closed nix6839 closed 7 months ago

nix6839 commented 7 months ago
benkasminbullock commented 7 months ago

Thank you for this commit. It looks OK. There was also an error in the Perl script which creates the index file where it skipped past the "0". If you want to check the formatting of your input there is also a repository https://github.com/benkasminbullock/kvg which contains a subdirectory "cmd" where there is read-write-test.go which reads and writes the repository to check the formatting is OK.

nix6839 commented 7 months ago

Thank you for this commit. It looks OK. There was also an error in the Perl script which creates the index file where it skipped past the "0". If you want to check the formatting of your input there is also a repository benkasminbullock/kvg which contains a subdirectory "cmd" where there is read-write-test.go which reads and writes the repository to check the formatting is OK.

I just tried it out, and it's fantastic! The --fix option, in particular, seems really great. I'll have to use it the next time I contribute. Thanks for your advice!