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
9467
February 13, 2005 10:00PM
6401
February 14, 2005 09:19PM
4560
March 03, 2005 06:58PM
4016
December 30, 2005 01:39AM
3697
February 28, 2006 03:41AM
3023
May 20, 2005 04:56PM
3050
May 09, 2005 03:17PM
Re: utf8 character show as ???
3747
May 25, 2005 07:50AM
2741
June 10, 2005 11:17AM
3952
June 22, 2005 04:48PM
2734
June 28, 2005 01:48AM
2630
July 06, 2005 02:02AM
2816
December 15, 2005 05:13AM
2879
July 11, 2005 05:21PM
2602
July 11, 2005 05:55PM
2722
July 11, 2005 07:50PM
2586
October 31, 2005 12:22AM
2709
November 03, 2005 05:12AM
2353
July 27, 2005 02:56PM
2325
December 08, 2005 03:14AM
2795
April 05, 2006 10:09AM
2844
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.