Need help with UTF-8, allowable chars in a field ???
Posted by: Tore Krudtaa
Date: March 04, 2005 08:11AM

Hi.

Have one test-table defined like this:

CREATE TABLE `words` (
`ID` smallint(5) unsigned NOT NULL default '0',
`Text` varchar(5) NOT NULL default '',
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Inserting 5 norwegian or english characters in the Text field works fine.

If I try to insert the ț ( t with a comma below ) character from the romanian language I'm only allowed to store 4 of those in the Text field.

Why is it like this?

Options: ReplyQuote


Subject
Views
Written By
Posted
Need help with UTF-8, allowable chars in a field ???
2715
March 04, 2005 08:11AM


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.