MySQL Forums
Forum List  »  MyISAM

Problem with MySql Charset
Posted by: David Clerk
Date: September 15, 2006 06:59AM

I have some problem regarding character set related to MySql...

I am using MyISAM tables.. I have two server where my applications are hosted..

Details of the first server are as follows..


MySql Version :: 4.1.20
MySql Charset :: UTF-8 Unicode (utf8)
MySql Connection Collation :: utf8_unicode_ci



Details of the second server are as follows...


MySql version :: 4.1.12
MySql Charset :: UTF-8 Unicode (utf8)
MySql Connection Collation :: utf8_general_ci


It seems that everything is same except MySql Version on both server..

Now when I have added record "Test Product™"(with Trade Mark sign) on first server, it was added properly..

But when I have added the same record on second server, name was added as "Test Productâ„¢"..

Can anyone tell me what can be the problem ? Why Trade Mark sign is replaced with this special characters ?

Please help me..

Thanks in advance.



Edited 1 time(s). Last edit at 09/15/2006 06:59AM by David Clerk.

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem with MySql Charset
2140
September 15, 2006 06:59AM
1373
October 05, 2006 02:05PM


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.