Closed urothis closed 5 years ago
It would help to see the command that produced this output, though I understand it's related to encoding of input files. From what I can tell nwn-lib blows up when fed windows-1252 encoded files, so before looking deeper I would like to question the reasoning behind using this encoding for GFF resources in the first place.
Given that only .nss files need be encoded in windows-1252, may I suggest you add this config to your project and leave everything else as utf-8:
$ cat .vscode/settings.json
{
"[nwscript]": {
"files.encoding": "windows1252"
}
}
That is assuming you use vscode. If not then I'm sure other editors have similar configs.
You guessed correctly. I have integrated that into my dotfiles now. Closing.