diacritical chars create by copy files to engine folder

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

diacritical chars create by copy files to engine folder

Post by jmburnod » Sun Mar 25, 2012 7:03 pm

Hi All

I have some files named with diacritical chars there are copied in the engine folder
In this case the letter "é" = "eÃÅ"

Is there a way to translate "eÃÅ" to "é" or i must using "find and replace" ?

Thank one more

Jean-Marc
https://alternatic.ch

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2729
Joined: Sat Dec 22, 2007 5:35 pm
Contact:

Re: diacritical chars create by copy files to engine folder

Post by jmburnod » Thu Mar 29, 2012 6:12 pm

Hi,

If you have one file with diacritical chars in the name and you want copy it in the engine folder by the copy files pan, it is necessary to translate the name of the file with urlEncode before the compilation for iOS

Best regard

Jean-Marc
https://alternatic.ch

Post Reply