Windows10User
Member
If I edit the OSDSYS' entries with Notepad it makes OSDSYS messed up. Editing it with FMCB Configurator takes a lot of time.
Use a Keyboard?
On another note: If it messes something up, you are doing something seriously wrong.
Notepad++ is better. You can edit without it ruining the structure.
The question is, editing by what exactly? You cannot use anything than simple text editors. So e.g not MS Word, LibreOffice, OpenOffice, Wordpad etc. The idea is that You cannot use any text formatting symbols but only those in pure ASCII.
I do not remember but FMCB accepting enter symbol as 0D0A but also 0A. Yet encoded as Windows1250, so no e.g any of UTF.
edit: Notepad is fully ok (at least one used in Windows 7), and gedit used in all Gnome-like desktop environments for Linux.
On top of that, CNF parser hasn't changed since 2006 (?) year.![]()
I'm not a Windows 10 user (I really really hate that OS), so I don't know what MS did with Notepad in this rolling release system kind, ;p maybe it will forcefully switch to UTF-8 and that's why he killed Your config? I dunno. Better would be if You attach broken CNF so we can judge by our eyes instead of debating. :P
That's what I did (using the keyboard), don't you think? I'm doing exactly the sme thing I did before and unlike then it's messing the OSDSYS.
But it was working before with Notepad. Maybe the wLE version is different this time and because of that it can mess the OSDSYS?
I thought you meant notepad in Windows.
Take a look at this option in notepad++
Edit ---> EOL conversion ---> Windows (CR LF)
Edit ---> EOL conversion ---> Unix (LF)
You should not change the format, open the original file to check it and use the same format when saving it
The EOL format (end of line)
Unix files uses only 1 character at the end of every line of the document... while windows uses 2 characters
There are some text editors that changes the EOL format automatically to windows style because you are running them on windows... but this "breaks" the file
Im not sure if thats your problem, but is easy to check
Take a look at this option in notepad++
Edit ---> EOL conversion ---> Windows (CR LF)
Edit ---> EOL conversion ---> Unix (LF)
You should not change the format, open the original file to check it and use the same format when saving it
I already answered you... OFFER REJECTED! I DO THINK!That's what I did (using the keyboard), don't you think?
wLE version doesn't matter at all in regards to the OSDSYS.But it was working before with Notepad. Maybe the wLE version is different this time and because of that it can mess the OSDSYS?
2008top of that, CNF parser hasn't changed since 2006 (?) year.![]()
A file extension does not define the file-type/format... Facepalm...What do you mean by not changing the format? When I edit the FREEMCB file, I never change its file extension (CNF).