Function to replace accent characters with respective character
Summary:
Function to replace accent characters with respective character
ex: O'Brian to O Brian, Noël to be Noel
I need something like ascii using which it will directly replace the character instead of using translate function.
Content (required):
Function to replace accent characters with respective character
ex: O'Brian to O Brian, Noël to be Noel
I need something like ascii using which it will directly replace the character instead of using translate function.
Version (include the version you are using, if applicable):
22D
Code Snippet (add any code snippets that support your topic, if applicable):
0