Some of my files seemed to be messed up when I try to open them in Wordpad? I seem to remember that it had something to do with Blide, but I don't recall how to fix them?
That seems to be the problem! The latest version of Blide saves everything in UTF-8; but I have to open the files one at a time.
Not sure what's wrong with Wordpad for quickly viewing files; seems much better than notepad to me. That said, I was really trying to resolve the issue because I noticed invalid results when I run a lines of code counting application.
BLIde only saves files in unicode (big endian) if you're using any spetial character. otherwise they are saved in regular ANSI encoding. The same as MaxIde and Visual Studio. It is funny, my note pad doesn't seem to open properly some UTF-8 but the wordpad does open them well. you can see the encoding being used to save every file in the BLIde console when a file is saved.