Page MenuHomePhorge

catwiesel (Matthias)
User

Projects

User does not belong to any projects.

User Details

User Since
Nov 17 2017, 3:23 PM (338 w, 6 d)

Recent Activity

Jan 24 2018

catwiesel added a comment to T2729: pykolab error/trouble with Umlaute - again.

That's my dirty hack (utf-8 hardcoded):

...

Jan 24 2018, 1:42 PM · PyKolab

Jan 9 2018

catwiesel added a comment to T2729: pykolab error/trouble with Umlaute - again.

I can reproduce this bug with a fresh Kolab install on top of Ubuntu 16.04. I could not create new users after I added a user with an umlaut in his name.

The Bug is caused because in pykolab.utils the locale_name configured for the user (in my case de_DE) is fed to the python method locale.normalize which then returns de_DE.ISO8859-1. But the input string isn't latin but utf-8, so iconv can't convert the whole string and replaces the umlaut with a questionmark. As soon as I hardcoded utf-8 into the iconv call, everything was working again (of course that's not a solution).

Jan 9 2018, 7:01 PM · PyKolab

Nov 17 2017

catwiesel updated the task description for T2729: pykolab error/trouble with Umlaute - again.
Nov 17 2017, 4:06 PM · PyKolab
catwiesel created T2729: pykolab error/trouble with Umlaute - again.
Nov 17 2017, 4:05 PM · PyKolab