2

Possible Duplicate:
How do I remove diacritics (accents) from a string in .NET?
Removing diacritics in Silverlight (String.Normalize issue)

I want to remove accent from a string in Silverlight application, for example, convert Renée to Renee. one way is try to use following APIs:

System.Text.Encoding.GetEncoding
System.Text.Encoding.UTF8.GetString

but System.Text.Encoding.UTF8.GetString is not available for silverlight framework.

what's is the simplest way to do it in C#?

Community
  • 1
  • 1
KentZhou
  • 24,805
  • 41
  • 134
  • 200

0 Answers0