.NET 5 will support [UAX29](https://www.unicode.org/reports/tr29/)-compliant grapheme splitting (as breaking changes of `StringInfo` and `TextElementEnumerator`). see: https://github.com/dotnet/runtime/pull/328 How should this repo be? - retire? - backport TextElementEnumerator from .NET 5?
.NET 5 will support UAX29-compliant grapheme splitting (as breaking changes of
StringInfoandTextElementEnumerator).see: dotnet/runtime#328
How should this repo be?