Version: 4.0 (using KDE 3.1.94 (CVS >= 20031206), compiled sources) Compiler: gcc version 3.3.2 (Debian) OS: Linux (i686) release 2.4.21-3-686 When I'm trying to load some xml file using javascript methods, kjs loads xml file, but the data is always in latin1 or iso-8859-1 encoding. Even if encoding explicitly specified in the xml file (<?xml version="1.0" encoding="....."?>) I'll attach a test suite later.
Created attachment 3788 [details] testcase This file contain test.html file, which loads test1.xml. test1.xml contains some data in CP1251 encoding (cyrillic letters). When test.html is loaded in konqueror window, I cannot see cyrillic characters. There are some iso-8859-1 characters (Îäèí)
See also bug #42683 and its duplicates.
*** This bug has been marked as a duplicate of 42683 ***