ICU4N is a set of .NET libraries providing Unicode and Globalization support for software applications, a .NET port of the popular ICU4J project.
This is a port of ICU4J, version 60.1. We have ported about 40% of the code so far, and it is still a work in progress. Here are some of the major features that are functional:
- BreakIterator
- RuleBasedBreakIterator
- Normalizer
- Normalizer2
- FilteredNormalizer2
- UnicodeSet
- Collator
- RuleBasedCollator
- Transliterator
There are several other features too numerous to mention that are also functioning, but APIs are currently in flux between releases. We have over 1600 passing tests, most failures are just due to missing dependencies.
Install-Package ICU4N -Pre
We have setup the project structure similar to ICU4J. Here is a list of the packages available on NuGet:
- ICU4N (main package)
- ICU4N.Collation
- ICU4N.CurrencyData
- ICU4N.LanguageData
- ICU4N.RegionData
- ICU4N.Transliterator
We have converted most of the documentation comments so intellisense works. However, for full API docs the best source at the moment is the ICU4J API Reference. There is also a lot of other great info on the ICU project's web site, such as the Feature Comparison Page.