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
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to