Re: how to put unicode data(malayalam) into table.
Posted by: Alexander Barkov
Date: May 07, 2005 08:26AM

Check that your database is created with utf8 character set:

SHOW CREATE DATABASE dbnamel

if it is not, run this alter:

ALTER DATABASE dname DEFAULT CHARACTER SET utf8;

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how to put unicode data(malayalam) into table.
3411
May 07, 2005 08:26AM


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.