Hallo Tiemo,
from: http://lessons.livecode.com/m/4071/l/12304-how-do-i-use-unicode-in-rev To import text from a UTF-8 file and display it in our stack we just need to read it in, uniEncode() it and then display it as we learnt earlier. *put* url ("file:greek.txt") into tUnicodeText *set* the unicodeText of field 1 to uniEncode(tUnicodeText,"UTF8") If we want to export text from our stack we simply go in the other direction *put* uniDecode(the unicodeText of field 1,"UTF8") into tUTF8Text *put* tUTF8Text into url("file:greek2.txt") Guess it's what you need.... Regards, Thierry ------------------------------------------------ Thierry Douez - http://sunny-tdz.com _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode