Quote:
|
The main problem is that Classifieds are probably still using latin1 to read/write into the database like my quote in the previous post mentioned. That is why it can read the data that has been entered through Classifieds but not the data in vBulletin tables.
|
The quote above is the one you are probably talking about. This text is talking about a quote I made from another thread where a user had the same problem. I said Classifieds are PROBABLY using latin, not that my database is latin. I was guessing as to what was causing this behaviour since all the settings were utf-8 yet the characters were not displaying correctly.
I answered your question in my last post. How you managed to read it in 4 minutes and write a reply is beyond me.
Maybe it will be easier with a live example.
http://forum.bmwslo.com/oglasnik/sho....php?product=4
Look at the description in this ad. That is how the username and user title should be displayed correctly. In the "For Sale by" section below you can see that Classifieds display question marks in both cases (username and title).
The description from the ad is entered into the database like this:
Username: TestÄ?????đć
User title: ZaÄ?etnik
The username of the user who posted the ad is entered like this in the column "user" of the "classifieds_products" table:
Test?šž??
The same text entered by vBulletin if I were to write a post on my forum would look like this in the vBulletin table:
Username: Testčšžđć
User title: Začetnik
Classifieds and vBulletin use the utf-8 meta tag, the database is utf-8 yet the question marks. What do you think is the problem then?