Parser anomaly - bug or encoding glitch?
Moderators: winston, another_commander, Getafix
-
- ---- E L I T E ----
- Posts: 675
- Joined: Sat Aug 09, 2014 4:16 pm
Re: Parser anomaly - bug or encoding glitch?
Quick hint about EOL (CR/CR+LF/LF) on Windows: if you wanted to check if you're haunted by this, try Windows' Notepad -- it will usually show a mess (a single line out of you whole file) for non CR+LF formatted text files. Then open it with Windows' Wordpad, rejoice on the nice formatting, don't mind the "page" wrapping, and save it as text -- this should properly fix the EOL issue.
- Reval
- ---- E L I T E ----
- Posts: 402
- Joined: Thu Oct 29, 2020 3:14 am
- Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.
Re: Parser anomaly - bug or encoding glitch?
Yes, it just occurred to me too that it _would_ be worth testing in different text editor. I have notepad2, which is also very good (used to use it to code all the time before I discovered n++, whose Zen theme I now cannot live without)
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.
- Reval
- ---- E L I T E ----
- Posts: 402
- Joined: Thu Oct 29, 2020 3:14 am
- Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.
Re: Parser anomaly - bug or encoding glitch?
OK, tested by pasting original shipdata-overrides.plist into clean Notepad2 and inserting a comment and a line-space:
../AddOns/FE_Ships.oxp
../AddOns/FE_Ships_Player.oxp
08:21:56.234 [shipData.load.begin]: Loading ship data.
Perfect. So seems it was n++ after all. Pity, because I love all the tabs, not to mention the fact that we can use JS as the language for colour-coding (I don't think np2 has that on-the-fly capability). Also, Notepad2 is separate instances per file.
Apologies for all the to-do, another_commander <facepalm>
And thank you again also, commander_X
../AddOns/FE_Ships.oxp
../AddOns/FE_Ships_Player.oxp
08:21:56.234 [shipData.load.begin]: Loading ship data.
Perfect. So seems it was n++ after all. Pity, because I love all the tabs, not to mention the fact that we can use JS as the language for colour-coding (I don't think np2 has that on-the-fly capability). Also, Notepad2 is separate instances per file.
Apologies for all the to-do, another_commander <facepalm>
And thank you again also, commander_X
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: Parser anomaly - bug or encoding glitch?
I would still recommend updating your Notepad++ in any case. The version you are using now is truly ancient history and the new one I was using seems to have had good results with the original file
Edit to add: It also recognized the original file correctly as a Macintosh EOL type.
Edit to add: It also recognized the original file correctly as a Macintosh EOL type.
- Reval
- ---- E L I T E ----
- Posts: 402
- Joined: Thu Oct 29, 2020 3:14 am
- Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.
Re: Parser anomaly - bug or encoding glitch?
MAC?? Now that is truly weird (no indication of that). I guess a registry key could have got corrupted somewhere along the way...another_commander wrote: ↑Thu Nov 05, 2020 4:44 pmEdit to add: It also recognized the original file correctly as a Macintosh EOL type.
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.