non english letters

Moderator: crythias

Locked
fisk5
Znuny newbie
Posts: 27
Joined: 17 Feb 2011, 01:30
Znuny Version: 3.0

non english letters

Post by fisk5 »

Hello
I have problem display some letters (swedish letters acctuly) when you list customer (maybe in different places aswell)
They look like this ö
When it should like this ö.
vkandersv
Znuny newbie
Posts: 36
Joined: 07 Mar 2011, 18:32
Znuny Version: 3.0.6

Re: non english letters

Post by vkandersv »

Are you fetching customers from ActiveDirectory?

Perhaps you should specify dest or source charset? I notice that i actually have utf-8 on both, dont remember why...

$Self->{CustomerUser} = {
Module => 'Kernel::System::CustomerUser::LDAP',
Params => {
Host => 'xxxx',
DestCharset => 'utf-8',
SourceCharset => 'utf-8',
BaseDN => 'basedn',
SSCOPE => 'sub',
UserDN => 'xxxxx',
UserPw => 'xxxx',
},
--
ORTS 3.0.6, Linux, MySQL, ActiveDirectory integration for Customer.
fisk5
Znuny newbie
Posts: 27
Joined: 17 Feb 2011, 01:30
Znuny Version: 3.0

Re: non english letters[solved]

Post by fisk5 »

That did it, thx!
Locked