Bug 200955

Summary: embedded html does not respect codeset
Product: [Applications] akregator Reporter: Ferdinand Gassauer <gassauer>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED NOT A BUG    
Severity: normal CC: osterfeld
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2009-07-21 06:14:16 UTC
Version:           1.4.50 (using 4.2.96 (KDE 4.2.96 (KDE 4.3 RC2)) "release 140", KDE:KDE4:Factory:Desktop / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.27.23-0.1-default

http://www.openobject.com/forum/rss.php

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

embedded display is broken, open it in external konqueror works fine
Comment 1 Frank Osterfeld 2009-07-26 22:13:22 UTC
The feed contains wrong encoding information:

<?xml version="1.0" encoding="iso-8859-1" ?>

The actual content is UTF-8. So the feed needs fixing.
Comment 2 Ferdinand Gassauer 2010-01-03 09:01:19 UTC
intersting enough (KDE 4.3.4)
open the feed in new tab or external browser (konqueror) uses correct charset, but the preview pane uses wrong charset   

http://www.openobject.com/forum/rss.php
pls look at french and russian contributions
Comment 3 Frank Osterfeld 2010-01-05 21:17:14 UTC
That feed has encoding=iso-8559-1 in the processing instruction, but is actually encoded in UTF-8. So the feed must be fixed to have the special characters (I see spanish, but french and russian?) displayed correctly.