Page 1 of 1

diacritical char in folder name

Posted: Fri Jan 13, 2012 4:23 pm
by jmburnod
Hi All,

I have one folders with diacritical char in its name.
When i get the name of these folders it return

“Barnab%8E” for “Barnabé”

Is there a way to avoid this ?

Best regards

Jean-Marc

Re: diacritical char in folder name

Posted: Fri Jan 13, 2012 5:18 pm
by macnomad2
I would use URLdecode and URLencode
it works for FTP and HTTP URLs and it should work for files/folders

Bonne année, Barnabé
Georges

Re: diacritical char in folder name solved

Posted: Fri Jan 13, 2012 5:45 pm
by jmburnod
Hi Georges,

Yes,
put URLDecode("Barnab%8E") work
It return "Barnabé"

Merci et bonne année aussi

Jean-Marc