MySQL & Arabic
Just faced a problem with one of my projects, where the MYSQL tables where storing arabic as “????????????????????”.. thus making the content , unreadable. To solve this . Your insert/view pages, ASP or PHP should have the charset = charset=iso-8859-1. While in MySQL , change the table charset to UTF-8.
So finally mySQL converts the data into the required visibility as per your need.




