[Bug 217864] KConfigGroup does not accept UTF-8 characters in the group name only upon loading

Christoph Feck christoph at maxiom.de
Tue Dec 8 18:59:58 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=217864


Christoph Feck <christoph at maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christoph at maxiom.de,
                   |                            |faure at kde.org
         AssignedTo|unassigned-bugs at kde.org     |kdelibs-bugs at kde.org




--- Comment #2 from Christoph Feck <christoph maxiom de>  2009-12-08 19:59:57 ---
David, does this fix the issue?

Index: kconfigini.cpp
===================================================================
--- kconfigini.cpp      (revision 1060385)
+++ kconfigini.cpp      (working copy)
@@ -474,6 +474,7 @@
             fclose(fp);
             return false;
         }
+        f.setTextModeEnabled(true);
         writeEntries(locale, f, writeMap);
         f.close();
         fclose(fp);

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list