PLDoc / special charset in HTML

uros.r.d

Member²
Hello,

I generate documentation with PLDoc plugin.
But when i open generated HTML files with table comments and code comments in packageas my comments shows wierd symbols instead of the special characters we use in Slovenia.

I figured out that if i manualy insert this...



... into section of generated html file then all text is shown OK.

Unfortunatly i can't find any proper config file or setting to add this setting to make PLDOc automatically include this line of code into generated HTML files.

Is there any way to solve this with latest PLDoc?
Consider an option please to add some user managable template to PLDoc we can adjust to our needs in next update of PLDoc plug in. This is truly excelent and used tool.

Regards, Uro
 
You can edit the frame.html, frame_home.html, frame_index.html and index.html files. The headers will be preserved when the documentation is modified.
 
Thank you. It works excelent.

Regards, Urosch
('sch' in the end of name replaces of one of those special characters)
 
Sorry i was to early satisfied.
I edited those files and they are preserved.

If i start viewing documentation by startin 'index.html' in the browser it doesn't show the special characters.
If i start 'frame.html' then it shows all right.

But if i open the objects HTML file (exampl. PR_PRCL_OOMEJITEV_DELEZ.html)
it doesn't have this manual added line in the header.
And in browser doesn't show the characters right.



Table PR_PRCL_OOMEJITEV_DELEZ





 
Back
Top