Re: Latin1 to unicode character convert -- data are display with ?????
Posted by: Rick James
Date: June 05, 2010 09:50PM

What bytes did you put into the table? utf8 bytes? unicode? BIG5?

Assuming utf8, try this (and assuming tbl.txt is TEXT):
ALTER TABLE tbl MODIFY COLUMN txt BLOB;
ALTER TABLE tbl MODIFY COLUMN txt TEXT CHARACTER SET utf8;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Latin1 to unicode character convert -- data are display with ?????
2276
June 05, 2010 09:50PM


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.