NetUnicodeInfo Versions Save

Unicode Character Inspector & Library providing a subset of the Unicode data for .NET clients.

v1.0

9 years ago

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/.

v0.5

9 years ago

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