18 Commits

Author SHA1 Message Date
GoldenCrystal f9976c7a03 Use ref returns to access character data, which should reduce memory consumption a bit.
Reduced some parts of the code by leveraging C# 6 and C# 7 features.
Preliminary work for adding emoji properties to characters.
2017-06-25 02:36:38 +02:00
GoldenCrystal 968130e59e Swap arguments in Assert.Equal. 2017-06-24 14:20:40 +02:00
GoldenCrystal ca267468e5 Update to Unicode 10.0.
Migrate to new MSBuild project format.
Migrate main lib to .NET Standard 1.1.
Fix a bug in parsing UCD files.
2017-06-21 02:28:58 +02:00
GoldenCrystal de6140734f Separated UnicodeCodePointRange tests. 2016-08-09 00:18:58 +02:00
GoldenCrystal a997a88505 Split tests in more classes. 2016-08-09 00:18:57 +02:00
GoldenCrystal c7230ad446 Parameterized some unit tests. 2016-08-09 00:18:57 +02:00
GoldenCrystal 24909bf28d Migrate to Xunit and start revamping unit tests. 2016-08-09 00:18:56 +02:00
GoldenCrystal 58e4cc8802 Migrate database and project to Unicode 9.0.0. 2016-08-09 00:18:46 +02:00
GoldenCrystal 301d7b6e98 Bugfix again :( 2016-01-14 01:46:15 +01:00
GoldenCrystal 23823a6626 Bugfixes. 2016-01-14 01:31:36 +01:00
GoldenCrystal fd2e8122ed Added a permissive code point enumerator, which doesn't choke on lone surrogates. 2014-11-26 22:27:09 +01:00
GoldenCrystal f8d468bc94 Prepare for NuGet publishing. 2014-11-24 22:53:33 +01:00
GoldenCrystal 0d3239d700 Added tests for CJK radicals, NumericType, NumericValue, Hangul syllable names. 2014-11-24 22:01:31 +01:00
GoldenCrystal 84e1a40612 Renamed UnicodeCharacterRange to UnicodeCodePointRange, and added a few unit tests. 2014-11-24 21:47:06 +01:00
GoldenCrystal 78baae7ff2 Added support for CJK radicals.
Addded CJK radical & stroke count information to the UI.
2014-11-24 20:09:59 +01:00
GoldenCrystal 83fb677dc2 Updated the implementation of Unicode blocks, and added tests. 2014-11-20 22:00:07 +01:00
GoldenCrystal 694a749046 Added hangul syllable naming algorithm from Unicode 7.0. 2014-11-20 21:26:50 +01:00
GoldenCrystal 5c47c98b18 Added a few unit tests. 2014-11-17 23:29:51 +01:00