[TYPO3] Typo3-charset or mysql-UTF-8-problem

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed May 14 07:48:11 CEST 2008


Alexander Maringer wrote:
> Now the db-value is the name including special chars: 'test_gazinasıroğlu'
> 
> The Mysql-Log includes the name without special chars:
> INSERT INTO fe_users (username,password,...)
> VALUES ('test_gazinasıroÄlu','9fe22d5a275bf2b894d4a918f34847d7',...)

Are you sure you see log in the correct character set?

Better try from mysql console (do not forget 'set names' there too).

> Which is the base function for the login process? Than I will try to debug.

There is no single function because authentication is done with a help of services.

Btw, what is your FE charset? If it is not UTF-8 and you try to write to UTF-8 database, you need to convert between charsets.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-english mailing list