MySQL Forums
Forum List  »  MyISAM

Problems with character
Posted by: Stefano Moncelli
Date: March 30, 2006 09:34AM

Hi to everyone.

I have installed mysql-5.0.6-beta-nt and I have created this table:

CREATE TABLE `test` (
`name` varchar(255) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8

If I try to insert string with latin1 character:

insert into test values('cliché');

mysql insert into table only

clich

Someone knows the reason of this behaviour and how can I resolve this problem?

Thank you to everybody and regards,

-- Stefano

Options: ReplyQuote


Subject
Views
Written By
Posted
Problems with character
2812
March 30, 2006 09:34AM
1714
March 31, 2006 01:43AM
1837
March 31, 2006 05:41AM
1846
April 03, 2006 04:58AM
1425
April 04, 2006 11:08AM


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.