I have a problem with encoding
Permalink
I've just installed CMS, uploaded some texts, but when i'm trying to edit them, I have a problem with encoding.
(attach)
(attach)
I have created many Arabic sites with C5. The best encoding to use for the DB is utf8_unicode_ci
Where we hace to enter this code.
I am still unable to write in arabic on my sitE.
Can you please explain to me to steps to make it possible to publish something in arabic on my website.
I am still unable to write in arabic on my sitE.
Can you please explain to me to steps to make it possible to publish something in arabic on my website.
Where we hace to enter this code.
I am still unable to write in arabic on my sitE.
Can you please explain to me to steps to make it possible to publish something in arabic on my website.
I am still unable to write in arabic on my sitE.
Can you please explain to me to steps to make it possible to publish something in arabic on my website.
just add to your header.php
<meta http-equiv="content-type" content="text/html; charset=utf8_unicode_ci" />
No, you have to do this through mysql command line or a tool like phpMyAdmin.
thanks