collation issues.
Posted by: Savas Zorlu
Date: December 18, 2009 04:00PM

Hi All,

I have a mysql database that I use with classic ASP. Database tables are set to utf_general_ci
My website's encoding is windows-1254

Most of the data inserted into the databse is through forms of the website.

My problem is:
special Turkish characters like ğşı are storded in the database as:
ðþý
and in binary they look even weirder (I cannot copy and paste those)
I see these characters corrupt when I lookinto data using the query browser; however on the website they are displayed correctly.



So I have no problems with that but my problem starts when I back the databse up aor try to transfer it to another server. In the back up sql's the special Turkish characters look corrupt so the back up is of no use.

I tried inserting data on a page where I set the page encoding to utf-8 but same thing happened.

I am really worried because if I ever need to perform a disaster recovery, my backed up data is useless.

Does anyone know a solution? Does anyone know how I can fix this?

Options: ReplyQuote


Subject
Views
Written By
Posted
collation issues.
3979
December 18, 2009 04:00PM
2183
December 18, 2009 03:58PM
2724
December 19, 2009 09:04PM
2382
December 20, 2009 10:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.