View Single Post
Old 15-10-2007, 17:40   #6 (permalink)
studioinart
Registered User
 
Join Date: Sep 2006
Location: manchester/England/UK/Earth
Posts: 37
Quote:
Originally Posted by freelancr
what charset have you set in the database?

mysql db = utf8_unicode_ci
php page = <meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

but i tried cp_1251_general_ci, utf-8, latin as well.
i tried to use same encoding at mysql and php page as well, but no success
  Reply With Quote