[TYPO3] [Typo3] Indexed Search (CVS Version) + MySQL 4.1 + UTF-8 => no results with special chars

Nikolas Hagelstein hagelstein at hauptsache.net
Mon Feb 13 15:55:52 CET 2006


hi,
> Why it should be converted anyway? 

Try it yourself:

set up a DB-Table (mysql 4.1):

CREATE TABLE `chartest` (
  `id` bigint(20) NOT NULL default '0',
  `latinfield` mediumtext NOT NULL,
  `utf8field` mediumtext character set utf8 NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM


Try writing and reading from it with different
connection charsets (set names utf8 and latin1)
and see what happens ..

cheers,
		NIkolas




More information about the TYPO3-english mailing list