Cloth simulation

 From:  Michael Gibson
6514.43 In reply to 6514.42 
utf-8 is equivalent to ascii if there is no "byte order mark" at the start of the file and only uses ascii characters in it.

If you need to use non-ascii characters in a script, try saving it as UTF-16 little endian with byte order mark, the text file loader knows how to load that type of unicode text file.

- Michael