Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4088

Looks like project/ColorStatic.cpp had some special characters I didn’t see. I’ll fix that soon.

Yuck, it really got garbled. No idea how that happened. It was fine a few weeks back. Guess I’ll fix it today and take my break later

Edit

project/EditViewObj.cpp, too. Looks like it has to do with the characters that were there. Please list the files that are garbled and I’ll work on them!

Yeah, the line endings is the issue. Some of them were set to Mac format (carriage return) instead of Windows or Linux format. Weird. Fixing them now. Really wish all three major operating systems would just use the same format….

Edit 2:

Okay, got all of the line-endings fixed. May want to set a repo level policy at some point but most editors handle things better than they did twenty years ago. Ready for a review!

And a question: I also set all files to UTF-8. Some of them were set to with BOM while all but a few didn’t have the BOM. Is it safe to remove the BOM from the other files? I’m pretty sure it is but want to verify before I go through and sync everything up