I need to remove accents from strings, is there a Delphi (2009+) function for this?
I want that my string contains only A-Z a-z 0-9 chars, so I want to remove accents automatically
Like:
RemoveAccents(àèÃÜÿñ)
that gives
aeAUyn
etc....
I need to remove accents from strings, is there a Delphi (2009+) function for this?
I want that my string contains only A-Z a-z 0-9 chars, so I want to remove accents automatically
Like:
RemoveAccents(àèÃÜÿñ)
that gives
aeAUyn
etc....