|
That is what I have been saying all along. My vBulletin tables store the data exactly like I enter it (Testčđć). Classifieds store these same characters differently.
Classifieds Admin panel shows the categories with special characters exactly how they are stored in the Classifieds tables but on the main page they show them correctly.
Example
Classifieds table: TestΔ?????ΔΔ
Admin panel: TestΔ?????ΔΔ
Main Classifieds page: Testčđć
What I find strange is that Classifieds store the data the same in MySQL and MySQLi. The problem is that when Classifieds read the data from the vBulletin MySQLi tables, it somehow gets distorted into Test?????.
Example
vBulletin table: Testčđć
Classifieds main page: Test?????
When user Testčđć posts an ad his username is stored into the Classifieds "products" table as "test???" So basically letters and are carried correctly over from vBulletin but other letters turn into question marks. However on the main Classifieds page even letters and are displayed as question marks and Test????? is displayed as user.
|