File kremoteencoding-utf8.diff of Package kdelibs3

Index: kremoteencoding.cpp
===================================================================
--- kio/kio/kremoteencoding.cpp	(revision 581728)
+++ kio/kio/kremoteencoding.cpp	(working copy)
@@ -53,7 +53,7 @@
   QCString result = codec->fromUnicode(name);
   if (codec->toUnicode(result) != name)
     return name.latin1();
- 
+
   return result;
 }
 
@@ -80,11 +80,13 @@
 
   if (name)
     codec = QTextCodec::codecForName(name);
+  else
+    codec = QTextCodec::codecForMib( 106 ); // fallback to UTF-8
 
   if (codec == 0L)
     codec = QTextCodec::codecForMib(1);
 
-  kdDebug() << k_funcinfo << "setting encoding " << codec->name() 
+  kdDebug() << k_funcinfo << "setting encoding " << codec->name()
 	    << " for name=" << name << endl;
 }
 
openSUSE Build Service is sponsored by