ScottOglesby / kanji-bakuhatsu

Provide the "exploded view" of a kanji character, and show relations to kanji sharing those components.
GNU General Public License v3.0
5 stars 3 forks source link

Clarify and fix two Unicode chars in use for lower heart radical #10

Closed ScottOglesby closed 5 years ago

ScottOglesby commented 5 years ago

⺗ is related to heart radical (different from ⺗); again, use the unified and fix it. 㣺 is u+38fa unified (and seems to have better support in unihan, etc.) ⺗ is u+2e97 cjk radical heart two (⺖ is heart one) Looks like only the fix to the radical refs js is needed. No one else was using the 2e97. But kanji_defs may need some fixes, as we use that to determine the radical.

ScottOglesby commented 5 years ago

Fixed, using new general-purpose patch code for dictionary / radical / other generated info