Hi,
I have a website currently running in EE1.6.8.
The weblog content is already in UTF-8 and the CP Default Character Set is UTF 8. All the UTF-8 characters are working in the existing site and can be seen correctly within PHPmyAdmin.
EXAMPLE:
Toothpaste and kerosene, your car’s best friends
In the above example the apostrophe is a curly apostrophe and can be seen as such within phpMyAdmin using utf8_general_ci.
The table is defintieyl utf-8 as shown here:
... show table status like “exp_channel_titles” \G
Name: exp_channel_titles
Engine: MyISAM
Version: 10
Row_format: Dynamic
Rows: 14571
Avg_row_length: 128
Data_length: 1878872
Max_data_length: 281474976710655
Index_length: 1509376
Data_free: 0
Auto_increment: 61856
Create_time: 2011-08-23 14:14:36
Update_time: 2011-08-24 09:06:17
Check_time: 2011-08-23 14:14:37
Collation: utf8_general_ci
Checksum: NULL
Create_options:
Comment:The problem is, that after running the EE 2.1.3 updater, the curly apostrophe is turned into a “?”, eg:
Toothpaste and kerosene, your car?s best friends
Note - I know 2.1.3 is not the latest version, but I am not at liberty to simply grab the latest updater. We are about ready to launch the new version and have done all our testing based on upgrading to this version.
The site is: http://www.carsguide.com.au.
Thanks in advance!