S
shapper
Hello,
I need to do the following replacements on a string:
"á", "ã", "à" by "a"
"é", "è" by "e"
"í", "ì" by "i"
"ç" by c
Because when I use these characters on a file name I get something
similar to:
This%20n%c3%a3o%20%c3%a9%20%c3%a0%20ca%c3%a7a.pdf
Do I need to replace each character on a string or is there any
function that does this?
Thanks,
Miguel
I need to do the following replacements on a string:
"á", "ã", "à" by "a"
"é", "è" by "e"
"í", "ì" by "i"
"ç" by c
Because when I use these characters on a file name I get something
similar to:
This%20n%c3%a3o%20%c3%a9%20%c3%a0%20ca%c3%a7a.pdf
Do I need to replace each character on a string or is there any
function that does this?
Thanks,
Miguel