Sign in Sign up
nuget

GraphemeChunker.DiffPlex

An implementation of DiffPlex (https://github.com/mmanela/diffplex) IChunker that splits string by Unicode grapheme. CharacterChunker, which is built into DiffPlex, splits by char unit, so surrogate pairs such as some kanji and emoji, and ligatures such as family emoji and country flags are broken apart. GraphemeChunker splits by Unicode grapheme unit, so those characters that you don't want to be splitted are properly processed as a single part.

nuget View on Nuget

Activity

Latest release
3y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Dec 28, 2022
Releases
Version Released
1.0.0 initial