A C# implementation of the Unicode grapheme cluster breaking algorithm.
Info
| Version: | 1.0.2 |
| Author(s): | Nobuyuki Iwanaga |
| Last Update: | Saturday, November 30, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/ufcpp/GraphemeSplitter |
| NuGet Url: | https://www.nuget.org/packages/GraphemeSplitter |
Install
Install-Package GraphemeSplitter
dotnet add package GraphemeSplitter
paket add GraphemeSplitter
GraphemeSplitter Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
- ValueTupleBridge(>= 0.1.2)
- NETStandard.Library(>= 1.6.1)
- System.ValueTuple(>= 4.4.0)
Tags