V4 beta Nov-18-2017 available now

 From:  Michael Gibson
8682.110 In reply to 8682.109 
Hi Max,

> it seems that openFileStream / writeLine / readLine functions are using Western codepage
> instead of UTF8. Mac version only.
> I attached a nod-file with russian characters. Nodeeditor can't read this file properly.

For the next beta I've converted the internals of openFileStream to use the Qt text stream functions, it should provide better consistency in unicode support like be able to detect any encoding signature at the start of the text file and use UTF-8 by default.

- Michael