Open LightTemplar opened 2 years ago
I have experimented a little and found exact behavior: If I create a new file, write there some non-Latin symbols and save it - it saves correctly. And I can successfully edit it also further. But, If I create a new file, write there only Latin symbols, save it and then try to add non-Latin symbols, I get exact this error. So, I think, https://github.com/CadQuery/CQ-editor/pull/356 doesn't work and https://github.com/CadQuery/CQ-editor/issues/276 isn't solved.
If I do the same in a new file, it works without such problem.
I suppose, it's because this first sample code was in ASCII, but should be in UTF-8 encoding, according to https://github.com/CadQuery/CQ-editor/pull/356
App Version
Using Version: 0.3.0dev. installed via Conda, as described in the Documentation.