Page 1 of 1

[SOLVED] Form Builder character issue

Posted: Sat Jul 31, 2010 10:54 pm
by vedat
Hello.
When i upgrade 1.7.1 to 1.8.1 version cmsms, in form builder i have character issue.
Some turkish characters shown ? thingy.
For example :
Adınız Soyadınız showing Ad?n?z Soyad?n?z
Te?ekkürler

How can i solve this issue.

Thank you very much.


 

Re: Form Builder character issue

Posted: Mon Aug 02, 2010 7:43 pm
by vedat
Help me please, anyone ??

Re: Form Builder character issue

Posted: Mon Aug 02, 2010 8:42 pm
by Peciura
Similar stuff happens when DB is not UTF-8. Does it happened with other modules? Need system info.

Re: Form Builder character issue

Posted: Fri Aug 06, 2010 12:33 pm
by vedat
No it's not happeded with any other modules. it's only in formbuilder.

My site system info says;
default_encoding: utf-8
admin_encoding: utf-8
set_names: true

Re: Form Builder character issue

Posted: Fri Aug 06, 2010 2:18 pm
by vedat
I realize now, Same character issue in company directory module.
When i create new category, category name have ? character.

(SOLVED) Form Builder character issue

Posted: Fri Aug 06, 2010 2:32 pm
by vedat
i Think, i found the problem, when i open the phpmyadmin i realize all cmsms tables are utf8_general_ci, but CGE and Form builder modules are latin1_swedish_ci.

Now, why this two modules installed latin1_swedish_ci, and how can i change solve this problem.

Thanks for your helps.

Re: [SOLVED] Form Builder character issue

Posted: Wed Aug 11, 2010 5:26 pm
by Peciura
If you set default DB collation "utf8_general_ci". I would also expect right table encoding with "set_names" on, but primarily it is DB setting not CMSms.