https://bugs.kde.org/show_bug.cgi?id=447903
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- Old code that got lost: QString cvalue = locale.name(); if (!cvalue.contains(QLatin1Char('.')) && cvalue != QLatin1Char('C')) { // explicitly add the encoding, // otherwise Qt doesn't accept dead keys and garbles the output as well cvalue.append(QLatin1Char('.') + QTextCodec::codecForLocale()->name()); } -- You are receiving this mail because: You are watching all bug changes.