MySQL Forums
Forum List  »  PHP

Re: Query for storing Japanese characters
Posted by: jyoti b
Date: January 24, 2006 10:32PM

hi,
i've created a database with character encoding(UTF-8) using the query 'create database csvdb default character set utf8; '. and also created a table as
'create table csvtest(prod varchar(10), id varchar(10), phone varchar(20), name varchar(20)) ENGINE=MyISAM DEFAULT CHARSET=utf8; '
i'm working with php scripting. My problem is that i'm not able to store the data with the japanese characters. So can you help me regarding this?
thankz in advance

jyoti

Options: ReplyQuote


Subject
Written By
Posted
January 24, 2006 02:16AM
Re: Query for storing Japanese characters
January 24, 2006 10:32PM


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.