On 2015-08-19 22:29, J. Landman Gay wrote:

Thanks very much. The terminal command returns 0 (and BBEdit can
handle the file too) so it seems to be valid. I'll submit a bug
report, I can share the file without any issues.

The following seems to work correctly:

    on importLanguage
        local tFile
        answer file "Choose the language file"
        put it into tFile
        if tFile is empty then exit to top
        open file tFile for "UTF-8" text read
        read from file tFile until EOF
        put it into tData

        -- etc.

    end importLanguage

So... I don't suppose I can persuade you to upgrade to LiveCode Business, can I?

                                    Peter

--
Dr Peter Brett <peter.br...@livecode.com>
LiveCode Engine Development Team


_______________________________________________
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

Reply via email to