https://bugzilla.novell.com/show_bug.cgi?id=455987 User vuntz@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=455987#c15 --- Comment #15 from Vincent Untz <vuntz@novell.com> 2008-12-08 03:44:45 MST --- (In reply to comment #13 from Michael Meeks)
[ I was wondering why we do that bind_textdomain_codeset in the hot path, for every single key - surely there is some huge potential performance issue here ? ].
Well, key_file->gettext_domain can be different in different calls, so that's why it's done this way. But we can probably cache all this information in a hash table. As for why it's NULL and not UTF-8... hrm. I would guess it's because the patch was based on an Ubuntu patch and it's done this way there ;-) But yeah, I'd say we want UTF-8 there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.