Commit Graph

20 Commits

Author SHA1 Message Date
GoldenCrystal 11429be6fa Refactored the code a bit: renamed UnicodeData to UnicodeInfo, and exposed an intermediate UnicodeCharInfo type instead of UnicodeCharacterData. 2014-11-07 23:40:00 +01:00
GoldenCrystal 6af111f799 Implemented character decomposition mapping propertu parsing. 2014-11-07 01:05:40 +01:00
GoldenCrystal 3fe63595e7 Added canonical combining class and bidirectional class to the display. 2014-11-06 00:41:59 +01:00
GoldenCrystal 083c992dff Fixed NumericType/NumericValue. 2014-11-05 23:10:22 +01:00
GoldenCrystal 85ba8f9c68 Integrated the data in resources, and used it in the application. 2014-11-05 22:39:31 +01:00
GoldenCrystal 7bfb9b0bc4 Added a unit test to confirm that the code point encoding works correctly. 2014-11-04 00:50:42 +01:00
GoldenCrystal 058c89df29 Slightly tweaked the variable length encoding used for code points. 2014-11-04 00:00:08 +01:00
GoldenCrystal ed1c5d7913 Added the code to save and load data in custom binary format. 2014-11-03 03:44:41 +01:00
GoldenCrystal de36586c64 Restructured the projects, and put all the data construction logic in a separate assembly. 2014-11-03 00:05:54 +01:00
GoldenCrystal 5ac0889b40 For now, assign the unicode label as a code point in the data… 2014-11-02 22:29:56 +01:00
GoldenCrystal 190597d317 Exported some of the data consolidation logic to a separate builder.
Improved enumerations by including a special ValueName attribute on the fields.
2014-11-02 21:56:24 +01:00
GoldenCrystal f13b0d2523 Made the UCD data access code available from an interface instead of directly relying on HttpClient. 2014-11-01 14:43:50 +01:00
GoldenCrystal f3e2ff53c5 Added code for supporting contributory properties. 2014-11-01 14:09:56 +01:00
GoldenCrystal fe01c38387 Made the character inspector use the new code point enumerator. 2014-11-01 02:26:35 +01:00
GoldenCrystal f8742d9dad Added a code point enumerator and new reader for unicode official data files. 2014-11-01 02:26:07 +01:00
GoldenCrystal e9cc4e16cb Added the UnicodeInformation project, for retrieving and providing Unicode character data. 2014-10-27 21:12:57 +01:00
GoldenCrystal 1380e6d929 Changed the text rendering options. 2014-10-25 01:31:36 +02:00
GoldenCrystal 6af77ad909 Updated the tool to inspect a whole string instead of a mere character. 2014-10-25 01:15:03 +02:00
GoldenCrystal e1f5c1c471 Initial commit. 2014-10-23 01:54:48 +02:00
GoldenCrystal 85f8e3705a Initial commit to add default .gitIgnore and .gitAttribute files. 2014-10-23 00:42:43 +02:00