Category: UTF8

PHP Mysql UTF8 arabic CRUD database

To read ,write and sort Arabic text in mysql database using php correctly, make sure that: 1- MySQL charset: UTF-8 Unicode (utf8) 2- MySQL connection collation: utf8_general_ci 3- your database and table collations are...

Fix UTF8 issues in Oscommerce 2.3

osCommerce 2.3.1 is a bit messy when it comes to the new introduction of UTF-8 character set. In older versions, everything was ISO-8859-1 * Core source code (ISO-8859-1) * Language pack source code (ISO-8859-1)...