Re: [TYPO3] database charset problems

2008-03-15 Thread Sander van Gelderen
Hello Patrick, by database I mean the MySql tables of course. I don't really use the the 1-2-3 installer myself, but I don't think it does, it probally relies on the default character set. The way it works is like this: - The database-server has a default character set. - When you create a sch

Re: [TYPO3] database charset problems

2008-03-15 Thread Patrick Schläpfer
Hi there And what about the MySQL Tables/DB? The scripts in the 1-2-3 installer, do they take care of utf-8. My tables in the DB have all as "Kollation" latin_swedish_ci, although the MySQL has UTF-8 Unicode Am 15.3.2008 22:25 Uhr schrieb "Sander van Gelderen" unter <[EMAIL PROTECTED]>: > Hello

Re: [TYPO3] database charset problems

2008-03-15 Thread Sander van Gelderen
Hello Panagiotis, It is best to have utf8 in your database and in the TYPO3 installation For the DB: - You can find out what character set the db currently uses with phpMyAdmin module; when you enter the module from TYPO3 menu, it will first show you the list of tables. Notice the 5th column

[TYPO3] database charset problems

2008-03-14 Thread Panagiotis Kondaxis
Hello all, I 've some charset problems with my database. My problem is that when i select data with an application outside from typo3 i get "chinese"-characters. (for example 'select name from fe_users') I've added $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8' in localconf.php. I 've tried