Hi,

I have a database for storing company data for various print
catalogues. Now we have a requirement to get Arabic information from
companies as well. Hence, the company data table should now contain
Arabic text along with the English.

To achieve that I first converted the table from latin1 to UTF8
(utf8_general_ci). Then I changed the charcter set on my web pages
containing the update forms to UTF-8.

Now, the arabic data entered using the webpages is displayed fine in
the resultant php pages, but when we want to see the same data in
mysql (using mysql query browser/SQL yog/EMS Mysql Manager) the data
shows up in binary form or ????.

I fail to understand how can I view Arabic text as it is in a mysql
query window, so that when I epxort data it comes as it is and does
not come in form of special characters.

Have tried searching the net but no solutions have worked so far.

Kindly advise.

Best regards

Hitendra


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to