I have some characters like: TD
Which is obviously different from "TD". How can I convert TD to TD (or similar characters) in C#?
It seems that the TD happens when you try to input normal characters with a japanese (or other language) keyboard.
Edit: Duplicate has the same problem, but is not C#. See my answer for a C# duplicate that solved my problem.