Encoding 1251
-
I recently encountered the problem of opening an .vbs file. The original encoding of the document ANSI (Win-1251). In this file there is a Russian text.
In version 6.5.4 it opens normally.
https://ibb.co/eBq1Bk (image)
Since version 6.5.5 there are problems, the program automatically recognizes as Mackintosh instead of ANSI (fault-1251).
https://ibb.co/gCaOP5 (image)
In version 7.5 the problem is the same, it recognizes as Mackintosh.
https://ibb.co/hqs9xQ (image)
I tried to open the file in the Visual Studio editor code with the win-1251 encoding
https://ibb.co/mDfCHQ (image)