Re: utf8 character show as ???
Posted by: Shachi Rai
Date: May 25, 2005 07:50AM

Hi,

I making a j2ee application and using MYSQL as a backend. The application requires me to save special characters like alpha , Beta etc... for which we are using unicode
Right now i can see the data correctly in the JSP.

But when i see the record data in the data base it comes up as corrupted.

I m using MySQL version 4.1 ... and MySQL Client CC.
probably there is character set issue...

I have made the following settings

1) default-chararcter-set=utf8 in my.ini file
2) default-collation=utf8_general_ci my.ini file
3) [mysqld] init_connect='SET NAMES utf8' my.ini file
4) created the table with default charset as utf 8

Still on querying the data base through MYSQL CC ... i do not get the correct symbol . Infact it shows ω ,øΩ whereas I had given the data as alpha, Beta and omega ....


Can you please help...

it is very urgent

Thanks in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
9690
February 13, 2005 10:00PM
6488
February 14, 2005 09:19PM
4643
March 03, 2005 06:58PM
4111
December 30, 2005 01:39AM
3795
February 28, 2006 03:41AM
3198
May 20, 2005 04:56PM
3133
May 09, 2005 03:17PM
Re: utf8 character show as ???
3874
May 25, 2005 07:50AM
2848
June 10, 2005 11:17AM
4094
June 22, 2005 04:48PM
2848
June 28, 2005 01:48AM
2724
July 06, 2005 02:02AM
2900
December 15, 2005 05:13AM
2957
July 11, 2005 05:21PM
2689
July 11, 2005 05:55PM
2862
July 11, 2005 07:50PM
2708
October 31, 2005 12:22AM
2817
November 03, 2005 05:12AM
2456
July 27, 2005 02:56PM
2415
December 08, 2005 03:14AM
2885
April 05, 2006 10:09AM
2959
April 07, 2006 03:47PM


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.