Documentation

Features

Differences

This shows you the differences between the selected revision and the current version of the page.

troubleshooting:utf8 2008/08/29 11:14 troubleshooting:utf8 2008/09/04 15:08 current
Line 8: Line 8:
This line goes at the end of the connectToDb function. This line goes at the end of the connectToDb function.
-Please note that after you make this change any thing entered into the database will have to be re-entered. +<note important>Please note that after you make this change any thing entered into the database will have to be re-entered. </note> 
 + 
 +Another change that may need to be made is to add the following line to the connections/classifieds.php file:  
 +<code> 
 +ini_set('default_charset', 'UTF-8');   
 +</code> 
 + 
 +And finally in the language file add:  
 +<code> 
 +setlocale(LC_TIME, 'de_DE.UTF8'); 
 +</code> 
 + 
 +Replace the de_DE with your locale setting.

Have more questions? Visit our community forums.