2

I have string with Unicode character, example Hãy đợi đấy.

I need an (ASCII) output Hay doi day.

How can I remove the accents?

user2864740
  • 60,010
  • 15
  • 145
  • 220
Stiger
  • 1,189
  • 2
  • 14
  • 29

1 Answers1

3

You need a library like UnidecodeSharpFork to do that.

Maurício Linhares
  • 39,901
  • 14
  • 121
  • 158