Have I to convert the file name on UTF8?

Yves COPPE yvescoppe at skynet.be
Tue Aug 5 23:27:02 EDT 2003


Le mercredi, 6 ao 2003,  10:14 Europe/Brussels, Franois Cuneo a 
crit :

> Hello everybody
>
> I asked my problem before, but I think I was not so clear because I 
> have no
> answer. So I ask again, because the problem is really important for me.
>
>
> To be simpler:
>
> I save a stack with diacritical char.
> By example:
>
> save  stack "coucou" as "pp.edb"
>
> All seams OK, but the file can't be opened after by revolution.
> And if I Say
>
> open stack "pp.edb"
> save stack "pp.edb
> one pp name on the foleder is pp.edb~
>
>

Try


save  stack "coucou" as "whatever"
rename file whatever to "pp.edb"


hope this helps

Greetings.

Yves COPPE
yvescoppe at skynet.be



More information about the use-livecode mailing list