I want to remove accent (diacritic) from string in Windows Phone 7.
The solution here works for .NET (desktop version). However, WP7 string has no Normalize
method.
Someone suggest change from string to byte, but I dont know what he means. How to remove accent ?