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
diacritical char in folder name
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
diacritical char in folder name
https://alternatic.ch
Re: diacritical char in folder name
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
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
Hi Georges,
Yes,
put URLDecode("Barnab%8E") work
It return "Barnabé"
Merci et bonne année aussi
Jean-Marc
Yes,
put URLDecode("Barnab%8E") work
It return "Barnabé"
Merci et bonne année aussi
Jean-Marc
https://alternatic.ch