Have I to convert the file name on UTF8?

Yves COPPE yvescoppe at skynet.be
Wed Aug 6 03:27:02 EDT 2003


Le mercredi, 6 aoû 2003, à 10:14 Europe/Brussels, François 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 "pépé.edb"
>
> All seams OK, but the file can't be opened after by revolution.
> And if I Say
>
> open stack "pépé.edb"
> save stack "pépé.edb
> one pépé name on the foleder is p√©p√©.edb~
>
>

Try


save  stack "coucou" as "whatever"
rename file whatever to "pépé.edb"


hope this helps

Greetings.

Yves COPPE
yvescoppe at skynet.be




More information about the use-livecode mailing list