create files with diacritical chars in name don't work Solv

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:

create files with diacritical chars in name don't work Solv

Post by jmburnod » Sun Mar 25, 2012 3:58 pm

Hi All,

I need create files with diacritical chars in name (for exemple "René")
No problem on OSX but IOS don't create the file
What i forget ?

Thank

Best regards

Jean-Marc
Last edited by jmburnod on Mon Mar 26, 2012 5:18 pm, edited 1 time in total.
https://alternatic.ch

macnomad2
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 63
Joined: Sat Oct 28, 2006 10:04 pm

Re: create files with diacritical chars in name don't work

Post by macnomad2 » Sun Mar 25, 2012 4:22 pm

use URLencode... as if it was a file on the Net... URL is for any file !
Georges

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

Re: create files with diacritical chars in name don't work

Post by jmburnod » Sun Mar 25, 2012 4:50 pm

Hi Georges,

After your post i tried UrlEncode/Decode for a file on IOS and it work

Thank

Jean-Marc
https://alternatic.ch

Post Reply