UnicodeChecker Icon

Unicode Data Files

The Unicode data files used in this release of UnicodeChecker are taken from the Unicode Character Database directory at the time of the release.

If the Unicode Consortium releases new versions of this file, new versions of UnicodeChecker should become available. However, you can override the files used by UnicodeChecker by installing Unicode data files in any Library/Application Support/UnicodeChecker/Unicode Data folder (or alternatively by replacing the files inside the folder “Unicode Data” within the application bundle).

Some of the Utilities (namely Normalization and IDN) utilize Unicode Normalization Forms. The conformance of UnicodeChecker’s normalization with the Unicode Standard at the time of this release has been verified. If you replace the data files in UnicodeChecker it is a good idea to run the normalization test from the “File” menu. You need to download the appropriate “NormalizationTest.txt” file from unicode.org in order to run the test. Note that this test may take long – depending on your configuration a few minutes – and shows progress indication only in the “Console” application.

The XHTML Entity Names are taken from the XHTML 1.0 Specification. They are stored in three separate files inside the application bundle which can be edited or replaced if needed. If there is no named entity defined for the current code point, the “XHTML” field displays either the character itself (if it is valid in XHTML) or as a numeric character reference (either hexadecimal or decimal depending on the settings in the preferences).

Note that you can always construct a numeric character reference yourself using the usual format from the HTML 4.01 Specification:
&#D; – where D is the decimal character number
&#xH; or &#XH; – where H is the hexadecimal character number.

AGL (Adobe Glyph List), AGLFN (Adobe Glyph List For New Fonts) and Zapf Dingbats names are taken from those files. For more information on Adobe Glyph names you may want to read the article Unicode and Glyph Names on the Adobe website.