HTML encoding problem
npocmu
Posts: 2
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.
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.
Comments
Download here.
Red Gate Software