Options

HTML encoding problem

npocmunpocmu Posts: 2
edited December 10, 2008 4:57AM in SQL Doc Previous Versions
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.

Comments

Sign In or Register to comment.