This Asset was done to provide an easy way to remove diacritics from a String.
To use the function follow the given instructions:
1)Import the dependency to your project;
2) Use the function: "RemoveDiacritics" to remove the Diacritic. The function receive one input with the String and gives back an Output with the String without diacritics.
Ex.: Given String : Maçã
RemoveDiacritics(maçã)
The output would be Output: maca.