Hello!

Generated html files missing encoding information in header and therefore displayed incorrectly when comments in SQL code contains national characters.

Possible solutions:
1) Add next tag to <head> section
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>

2) Encode comments in html presentation of SQL code as numeric character references (&#) as this do in another places of html page.
npocmu
0

Comments

2 comments

  • Linda Hawksworth
    Thanks for your report and I am sorry you have encountered this issue. I have logged it in our bug tracking system and it will be considered for a future release of SQL Doc.
    Linda Hawksworth
    0
  • David Lovemore
    This is resolved in SQL Doc 2 which has now been released.

    Download here.
    David Lovemore
    0

Add comment

Please sign in to leave a comment.