Skip to content

Releases: haydenwong7bm/inherited-glyphs-converter

v1.10

06 Aug 15:27
Compare
Choose a tag to compare
  • Added and merged ~90 additional variants from Unicode's UCV list.
  • Cleaned up the table.

v1.9

15 Jul 08:08
Compare
Choose a tag to compare
  • Added academic variants conversion, see the Inherited Glyph Standardization Documents for more details on academic variants.
    • IVS conversion on alternate and academic variants is still working in progress.
  • No longer convert 峰, 群, 鶿 to 峯, 羣, 鷀 respectively per the inherited standard documents.
  • Added 䆋 - 龝.

v1.8.4

14 Jul 13:48
Compare
Choose a tag to compare
  • Added 㭉 - 㭉. (T-Source compatibility ideograph)
  • Compatibility ideographs are now normalized to unified ideographs first on conversion.
  • Command line: -n now not to convert non-unifiable variants.
  • Bug fix: Converting some string such as "禄祿" with K-Source compatibility ideographs option used now works properly.
  • Academic variants conversion is still working in progress.

v1.8.3

13 Jul 15:41
Compare
Choose a tag to compare
  • 益 is now (currently) always converted to 益.
  • Temporarily removed 皆 - 𣅜, academic variants conversion is working in progress.

v1.8.2

06 Jul 17:01
Compare
Choose a tag to compare

When IVS and Korean compatibility variant are used, if the Korean compatibility variant is different than the IVS, the IVS will be used instead. Formerly, the compatibility variant will be used first.

v1.8.1

29 Jun 12:27
Compare
Choose a tag to compare
  • Added 内 - 內 by oversight.
  • Added and changed few pairs of T-Source compatibility ideographs, due to an oversight.
  • A file is required on the command line. Previously, when no file is provided, the program will not throw an exception.

v1.8

30 May 13:44
Compare
Choose a tag to compare
  • Added all pairs with 朶 - 朵 component.
  • Also added and changed few character pairs.
  • Temporarily removed Moji-Joho IVS conversion support due to the inadequate table.

v1.7

15 May 17:01
Compare
Choose a tag to compare

v1.6.01 (Hotfix)

03 May 16:14
Compare
Choose a tag to compare
  • Fixed a bug where exceptions throw up when IVS and alternate variants are encountered.

v1.6

02 May 17:43
Compare
Choose a tag to compare
  • Added alternate variants conversion. The command line argument for this is -v and the function argument for this is alternate.
    • Default to the "etymological" (dark blue) form from the Inherited Glyph Standardization Documents. The alternate variants use the jiu zixing used on daily life that may not be the recommended form on the standard.
    • Note that alternate variants are still not supported on IVS.
  • Fixed a bug that outputs redundant Variation Selectors, it could be seen on converting "值値".
  • Few IVS changed to the most etymological correct one.
    • Changed all IVSes of 免 and the Adobe-Japan1 IVS of 望 to U+E0100.
  • Variant list changes, including:
    • added 囱 - 囪.
    • added some more variant pairs from the Unicode's UCV.
    • Removing 郞 and 隷 due to problematic mapping, and U+FA2E and U+FA2F are still not supported by most devices.
    • Correctly unified all 禾 - 𥝌 variants.
    • Remove variants just different on the phonetic component.
  • Refactored the code a bit.