Re[3]: [SOGo] Exception in processing of unicode strings
Wolfgang Sourdeau
sogo@opengroupware.org
Wed, 21 Nov 2007 13:21:59 -0500
On 2007-11-21 13:11:47 -0500 Dmitri Ivanov <ivanov_dv@mediasign.ru>
wrote:
> On step 2, DN _may_ contain cyrillic characters inside it. I've tested
> this, placing a test user account into a cyrillic named org. unit.
> No error in that case.
>
> But afterwards, CN of that user is further processed. And here we get
> an exception when CN contains any cyrillic characters.
Can you configure your environment to be in UTF-8 when you launch SOGo?
You might have to generate the correct locales for this if you run
Debian. In this cases, modify /etc/locale.gen and execute
"locale-gen".
You might wanna add a line similar to this one:
en_US.UTF-8 UTF-8
To switch to this in your environment, you only need to type this
prior to launching SOGo:
export LANG=en_US.UTF-8
This should make the default encoding in GNUstep UTF8...
Wolfgang