Diacritics.NET icon indicating copy to clipboard operation
Diacritics.NET copied to clipboard

Finds and replaces diacritics in strings

Results 5 Diacritics.NET issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

I couldn't figure out why ß wasn't being removed until I poked through the source. Might be nice to give a Decompose example in the README.md.

Integrate new diacritics source and cross check with: https://github.com/sindresorhus/transliterate/blob/main/replacements.js

If you want to use the extension methods of the library you have to register a global default diacritics mapper. This is not very pure and it does not allow...

In this PR, I suggest to make `DiacriticsMapping` protected. I had define my own `DiacriticsMapper`, but I wanted to use the `DefaultDiacriticsMapper` as a base class, since it basically was...