AW: long (?) filenames in players
Klaus Major
klaus at major-k.de
Wed Oct 26 05:31:31 EDT 2005
Hallo Thomas,
> Hi Klaus,
>
> is it really "Schlockche"? That sounds weird.
>
> But apart from this, if the system (whoever is doing the
> interpretation of the file path)
i think it is the engine...(?)
> understands the %20 encoding for space, you could try the same
> encoding for the extended charset:
>
> put empty into newString
> repeat for each character i in orgTextString
> if charToNum(i) > 127 then
> put "%"& baseConvert(charToNum(i),10,16) after newString
> else put i after newString
> end repeat
> answer newString
>
> All the best
> Thomas
>
>
> --
> Thomas Fischer
> Salzburg/Gottingen
Tried it, but did not work :-/
Regards und Servus :-)
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list