Answered
removing accents
Hello,
I need some help manipulating a string to remove all possible accents to avoid server problems.
I have per example this "áçõê" and I need to have "acoe", but the string can also be "éàç", so I can't use the split("á"). I need to have a global function who can deal with all the accents at once.
Any sugestion?
Thanks
I need some help manipulating a string to remove all possible accents to avoid server problems.
I have per example this "áçõê" and I need to have "acoe", but the string can also be "éàç", so I can't use the split("á"). I need to have a global function who can deal with all the accents at once.
Any sugestion?
Thanks