Bug 85709

Summary: non ascii characters are not renderd correctly (empty squeres)
Product: [Applications] konqueror Reporter: Ferdinand Gassauer <gassauer>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2004-07-22 19:10:27 UTC
Version:           3.2.92 (using KDE 3.2.92 (3.3 beta2), compiled sources)
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.95-smp

http://www.nicematin.fr/Titres/fs_edito.htm
this site works fine on the same box under 3.2.3
Comment 1 Ferdinand Gassauer 2004-07-22 19:10:45 UTC
lost functionality
Comment 2 Maksim Orlovich 2004-07-22 19:16:05 UTC
Switch your fonts to those that have squares. Works for me, BTW

*** This bug has been marked as a duplicate of 47682 ***
Comment 3 Ferdinand Gassauer 2004-07-22 19:59:41 UTC
OK, not the fonts, but the "default encoding" to "iso8859-1"
thanks 
may be this variable should be set automatically to a more appropriate value.

BTW some fonts have not been defined at all

Comment 4 Ferdinand Gassauer 2004-07-22 20:05:59 UTC
*** Bug 81752 has been marked as a duplicate of this bug. ***
Comment 5 Thiago Macieira 2004-07-23 00:47:22 UTC
Non-sense. The encoding detection is working fine. The bug is in the pages that don't send their own encoding: contact the webmasters.

For ASCII-only pages (and this is not the case), no charset parameter is acceptable. In every other page, there has to be a charset indication.
Comment 6 Ferdinand Gassauer 2004-07-23 07:56:29 UTC
these are the first 4 lines of the nice matin site 

<html>
<head>
<title>nice-matin</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

so what's wrong? the encoding seems to be there.
Hmm no DOCTYPE?
Comment 7 Ferdinand Gassauer 2004-07-23 09:45:05 UTC
this page renders correctly on another box runnung suse 8.0 and KDE 3.2.3, with default encoding is "use language encoding"
so I would be happy if that can be sorted out