标签: c# unicode
可能重复: How to convert a Unicode character to its ASCII equivalent Converting ê to e and etc in .net c#
我需要将带有重音的欧洲Unicode字符(例如'â')的字符转换为C#中最接近的英语等价物(例如'a')
想法?