Skip to content

Releases: hexawyz/NetUnicodeInfo

New stable release of the Unicode Character Inspector, and NuGet package for the library

24 Nov 22:43
Compare
Choose a tag to compare

The Unicode Character Inspector has been upgraded with all the new information included in the project.

The changes for the application includes:

  • A new icon for the application.
  • Small UI tweaks (placeholder text, etc.)
  • Displays the name aliases for corresponding code points.
  • Displays the code points cross-references when they are available.
  • Displays the CJK radical and stroke count for supported characters.

To use the application, download the it by using the links at the bottom, then extract the archive to a directory of your choice.

The changes for the library includes:

  • Improvements to the lookup algorithm for main character data.
  • Support of Hangul syllable names, as per the Unicode spec.
  • Support of Name_Alias property.
  • Import of code point cross-references from NamesList.txt.
  • Support of kRSUnicode (aka. Unicode_Radical_Stroke), the combined Radical Index / Extra stroke count property.
  • Support of CJKRadicals, which can be used to display the radicals referenced by kRSUnicode.
  • Slight refactoring of some of the API.
    • Renamed UnicodeCharacterRange to UnicodeCodePointRange.
  • Enforced the reliability by adding more tests.

The NuGet package for the library can be found at https://www.nuget.org/packages/UnicodeInformation/.

“The initial release”

16 Nov 01:11
Compare
Choose a tag to compare

The main interest in this release would be the WPF character inspector, so don't hesitate, and try it now !
If you like it, maybe you'll even find an use for the library ? Who knows…
unicodecharacterinspector