Welcome Guest, Not a member yet? Register   Sign In
Arabic not displaying properly
#9

[eluser]Zaher Ghaibeh[/eluser]
the problem is in your database , your database tables must be UTF-8 ..
since in your database.php file you have set the charset to UTF-8
Code:
$db['dev']['char_set'] = 'utf8';
$db['dev']['dbcollat'] = 'utf8_general_ci';

or you have to change those options to satisfy your tables charset


Messages In This Thread
Arabic not displaying properly - by El Forum - 07-21-2011, 06:52 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 02:20 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 05:21 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 06:39 AM
Arabic not displaying properly - by El Forum - 07-22-2011, 08:29 AM
Arabic not displaying properly - by El Forum - 07-23-2011, 07:48 AM
Arabic not displaying properly - by El Forum - 07-23-2011, 11:11 AM
Arabic not displaying properly - by El Forum - 07-28-2011, 02:01 AM
Arabic not displaying properly - by El Forum - 07-28-2011, 03:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB