| Summary: | non ascii characters are not renderd correctly (empty squeres) | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Ferdinand Gassauer <gassauer> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Ferdinand Gassauer
2004-07-22 19:10:27 UTC
lost functionality Switch your fonts to those that have squares. Works for me, BTW *** This bug has been marked as a duplicate of 47682 *** 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 *** Bug 81752 has been marked as a duplicate of this bug. *** 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. 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? 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 |