- 
    Bug 
- 
    Resolution: Incomplete
- 
    P3: Somewhat important 
- 
    None
- 
    4.7.0
- 
    None
Function QTextBrowser::setSource() don't parse HTML file correctly to determine HTML encoding.
The problem is in long comments and possible "unknown" meta names in <head> section.
Original file (bad.html) have problem with NON-ASCII text. After removing large comments and 2 lines:
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
the file (good.html) can be viewed normally.