ICU4N 60.1.0-alpha.354

.NET Standard 2.0 .NET Framework 4.0
This is a prerelease version of ICU4N.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ICU4N --version 60.1.0-alpha.354
NuGet\Install-Package ICU4N -Version 60.1.0-alpha.354
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ICU4N" Version="60.1.0-alpha.354" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ICU4N --version 60.1.0-alpha.354
#r "nuget: ICU4N, 60.1.0-alpha.354"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ICU4N as a Cake Addin
#addin nuget:?package=ICU4N&version=60.1.0-alpha.354&prerelease

// Install ICU4N as a Cake Tool
#tool nuget:?package=ICU4N&version=60.1.0-alpha.354&prerelease

International Components for Unicode

GitHub Sponsors

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, and while we aren't planning to add any additional features it is still a work in progress. Here are some of the major features that are functional:

Functioning

  1. BreakIterator
  2. RuleBasedBreakIterator
  3. Normalizer
  4. Normalizer2
  5. FilteredNormalizer2
  6. UnicodeSet
  7. Collator
  8. RuleBasedCollator
  9. 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.

NuGet Packages

Install-Package ICU4N -Pre

We have setup the project structure similar to ICU4J, however this may change in the future. Here is a list of the packages available on NuGet:

We are looking into the best way to allow end users to be able to provide their own data distributions for smaller deployment artifacts.

Documentation

We have converted most of the documentation comments so Visual Studio 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.

Giving Back

If you find this library to be useful, please star us on GitHub and consider a sponsorship so we can continue bringing you great free tools like this one.

GitHub Sponsors

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on ICU4N:

Package Downloads
ICU4N.Transliterator

Transliteration support (phonetic conversion from one script to another) for ICU4N. ICU (International Components for Unicode) is a set of libraries providing Unicode and Globalization support for software applications. ICU4N is a .NET port of ICU4J.

ICU4N.RegionData

International region compiled resources for ICU4N. ICU (International Components for Unicode) is a set of libraries providing Unicode and Globalization support for software applications. ICU4N is a .NET port of ICU4J.

ICU4N.LanguageData

International language compiled resources for ICU4N. ICU (International Components for Unicode) is a set of libraries providing Unicode and Globalization support for software applications. ICU4N is a .NET port of ICU4J.

ICU4N.Collation

Rule-based collation support for ICU4N. ICU (International Components for Unicode) is a set of libraries providing Unicode and Globalization support for software applications. ICU4N is a .NET port of ICU4J.

ICU4N.CurrencyData

International currency compiled resources for ICU4N. ICU (International Components for Unicode) is a set of libraries providing Unicode and Globalization support for software applications. ICU4N is a .NET port of ICU4J.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ICU4N:

Repository Stars
apache/lucenenet
Apache Lucene.NET
Version Downloads Last updated
60.1.0-alpha.401 84 3/4/2023
60.1.0-alpha.400 46 3/3/2023
60.1.0-alpha.356 27,046 1/15/2022
60.1.0-alpha.355 12,281 10/24/2021
60.1.0-alpha.354 41,772 3/11/2021
60.1.0-alpha.353 4,818 9/21/2020
60.1.0-alpha.352 1,025 7/28/2020
60.1.0-alpha.351 6,943 7/15/2020
60.1.0-alpha.350 6,441 6/25/2020
60.1.0-alpha.300 351 6/1/2020
60.1.0-alpha.238 26,813 4/10/2020
60.1.0-alpha.231 323 4/5/2020
60.1.0-alpha.225 16,178 3/13/2020
60.1.0-alpha.203 431 2/7/2020
60.1.0-alpha.197 359 1/23/2020
60.1.0-alpha.193 4,857 12/24/2019
60.1.0-alpha.192 388 12/13/2019
60.1.0-alpha.187 6,581 10/18/2019
60.1.0-alpha.53 22,949 8/9/2019
60.1.0-alpha.52 318 8/6/2019
60.1.0-alpha.46 469 7/27/2019

This is an early prerelease. Not all features are fully functional yet, and there may still be some gaps in functionality that haven't been accounted for. See https://github.com/NightOwl888/ICU4N for more info about what is functioning and what is not.