ytsejam
ytsejam

Reputation: 3429

Turkish characters blocks admin panel in Codeigniter(FUEL_CMS)

I am writing a site with fuel_cms(content management system) . My problem is that when i use turkish characters like "ı,ö" in the edit panels, admin panel does not view the text after editing. Is there anyway to make fuel-php. accept turkish special characters in?

edit : I had some mails with the creators of fuel cms. Even the admin panel links does not work with some turkish characters . We could not find a solution.

Upvotes: -2

Views: 324

Answers (1)

Dirk de Man
Dirk de Man

Reputation: 657

You have to enable CI to accept UTF-8.

CI guru Phil Sturgeon has a blog post on this: http://philsturgeon.co.uk/blog/2009/08/utf-8-support-for-codeigniter

Upvotes: 3

Related Questions