79748409

Date: 2025-08-27 19:39:16
Score: 0.5
Natty:
Report link

In C# I use AnyAscii library. It is very easy to use and it works very well.

using AnyAscii;
string Text = "Dimàkàtso Mokgàlo";

string LatinEquivalent = Transliteration.Transliterate(Text);

And the result is:

"Dimakatso Mokgalo"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: M. Radinmehr