Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:aualin:kde
kdelibs3
kremoteencoding-utf8.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kremoteencoding-utf8.diff of Package kdelibs3
Index: kio/kio/kremoteencoding.cpp =================================================================== --- kio/kio/kremoteencoding.cpp.orig +++ kio/kio/kremoteencoding.cpp @@ -53,7 +53,7 @@ QCString KRemoteEncoding::encode(const Q QCString result = codec->fromUnicode(name); if (codec->toUnicode(result) != name) return name.latin1(); - + return result; } @@ -80,11 +80,13 @@ void KRemoteEncoding::setEncoding(const 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; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor