[Bug 237676] Accents are not displayed properly in new folder names

Milian Wolff mail at milianw.de
Fri May 21 11:01:22 BST 2010


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





--- Comment #7 from Milian Wolff <mail milianw de>  2010-05-21 12:01:20 ---
Small change, please put these queries into charsetdebug.sql instead:

set names utf8;
show variables like 'character_set%';
select '--------';
show create database akonadi;
select '--------';
show create table collectiontable;
select '--------';
select name from collectiontable;

And run them with the command above. Additionally, please run this query in
akonadiconsole's DB Console tab (put it into the lower text edit and press the
button to the right, then screenshot the result or something like that):

show variables like 'character_set%';

-- 
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 Kdepim-bugs mailing list