Version: (using KDE 4.2.1) OS: Linux Installed from: Unlisted Binary Package I have view->charset set to auto but knode doesn't properly detect encoding for iso8859-2 characters (don't know about others). How to reproduce - set charset to auto and try to view posts on Polish groups (pl.* hierarchy). Don't look at subject, look at body posts (subject handling can be considered "broken" - see #179703). Some posts at pl.* hierarchy use iso8859-2 or cp1250 encoding but don't specify that in headers. Unfortunately "auto" charset isn't able to guess that. Example message-id gq5ooe$3mc$1@nemesis.news.neostrada.pl , choosing view->charset iso8859-2 manually causes the post to be displayed correctly, so the fault really seem to be in "auto" mode.
SVN commit 1009797 by otrichet: Rename "Automatic" to "Default" in the list of charset Nowadays system are using UTF-8 by default (not legacy encoding like ISO-8859-15 or KOI8-R) and using the system-wide charset is just misleading users. So we use "Default" not to imply there is some automatic detection of a missing charset. BUG: 187885 M +4 -4 articlewidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1009797