I am developing the Japanese web site 
with java(jsp) and mysql.

I know that mysql supports the Japanese language. 
But I think that mysql doesn’t support 
some character of Japanese language.

This is the part of the data that becomes the issue.
 
Whenever I commit the above command, 
some error messages appear.
 
----------------------------------------------
可能(0x945c)

発表(0x955c)

桜(0x685c)

insert into test_table(test) values('発表桜可能');
----------------------------------------------
 

How can I insert this data?
Is it may be impossible?

Please tell me a solution to a problem. 

Reply via email to