Re: utf8 character show as ???
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
Subject
Views
Written By
Posted
9849
February 13, 2005 10:00PM
6534
February 14, 2005 09:19PM
4752
March 03, 2005 06:58PM
4197
December 30, 2005 01:39AM
3857
February 28, 2006 03:41AM
7488
October 16, 2005 09:33PM
3722
October 16, 2005 10:25PM
3621
May 07, 2005 08:43AM
3572
May 20, 2005 04:56PM
3363
May 20, 2005 09:08PM
3176
May 09, 2005 03:17PM
3391
May 10, 2005 10:19AM
3418
May 20, 2005 09:01PM
Re: utf8 character show as ???
4219
May 25, 2005 07:50AM
3264
May 20, 2005 08:38PM
2897
June 10, 2005 11:17AM
4434
June 22, 2005 04:48PM
2941
June 28, 2005 01:48AM
2771
July 06, 2005 02:02AM
2966
December 15, 2005 05:13AM
3033
July 11, 2005 05:21PM
2741
July 11, 2005 05:55PM
3022
July 11, 2005 07:50PM
2754
October 31, 2005 12:22AM
2861
November 03, 2005 05:12AM
2501
July 27, 2005 02:56PM
2849
August 04, 2005 08:57AM
2473
December 08, 2005 03:14AM
2933
April 05, 2006 10:09AM
3095
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.