Page 1 of 1

charset problem

Posted: Fri Jan 04, 2008 7:11 am
by chamara
Hi all,
I'm running a french site and having a problem with NMS module. All the characters are displaying properly except the error messages in NMS. My charset=utf-8 in the header section, but the characters are not translated. I tried several ways described in forum but it's not working properly. I've set the Default language for the frontend as French.
One error message displaying "Cette adresse email existe déja dans la liste d'utilisateurs
"
I'm using NMS Version 1.0.0

Any Ideas to solve this?

Thanks Chamara

Re: charset problem

Posted: Fri Jan 04, 2008 11:22 am
by bunak
Hi,

did You try uncomment this line

Code: Select all

//    $cmsdb->Execute('set names utf8'); // database connection with utf-8
in include.php?

Re: charset problem

Posted: Mon Jan 07, 2008 3:30 am
by chamara
Hi bunak,
Thanks for your reply. I tried with uncomment that line in include.php, but the problem is still there.
Any Other Idea?

Chamara

Re: charset problem

Posted: Mon Jan 07, 2008 7:43 am
by Dr.CSS
Have you looked in the french lang file to see if there is a translation?...

Re: charset problem

Posted: Thu Jan 10, 2008 5:25 am
by chamara
Hi
Yes I've checked the french translation for NMS. It looks ok. But still showing the codes.