Hi,
I have an old site which uses coppermine gallery with charset 1255. In order to upgrade to the newest version I needed to switch to UTF8. In order to do that, I exported the db, transformed the text to UTF8 and imported it back.
Currently when I use phpmyadmin (in utf8) the text (in hebrew) looks perfect. However when I try to view the text through the coppermine gallery (while setting encoding to utf8) i get ??????.
What am I missing ?
Guy N.
change from windows 1225 to utf8 in mysql
Moderator: General Moderators
Re: change from windows 1225 to utf8 in mysql
Hi,
sorry to be bumping this but i really am stuck with this.
Thanks
sorry to be bumping this but i really am stuck with this.
Thanks
Re: change from windows 1225 to utf8 in mysql
When you reimported after the conversion to utf8, did you prefix with "set names utf8" so the database knew to interpret the data as utf8?