Hi! I’m currently experiencing some troubles with the NATdoc tool usage. I’m running NaturalONE v9.3.3.
As shown in the image, the text in the source code header is duplicating inside every LDA definition:
This is just a view of the Preview panel inside the IDE, but when I try to generate the Docs using the provided wizard, they look just the same. I’ve been trying some things around and this is what I got:
- Adding comments in the code, below
END-DEFINE, produces the same output: They get added to the LDA definition section. - I played around with the usage of
., but nothing changed. - Tried to completely remove Html tags, but nothing changed.
- Tried to use a different version of NaturalONE (9.3.1) but nothing changed.
The only thing I’ve noticed is the default character encoding both the Tool and the source Server are using:
- My server is configured to use
ISO_8859-1:1987. - NATdoc uses
UTF-8 without BOM, according to the official docs.
Can this Encoding mismatch be causing the problem?
Any ideas?
