[TYPO3-core] RFC #7942: Enable UTF-8 by default

Martin Kutschker masi-no at spam-typo3.org
Wed Nov 10 13:56:29 CET 2010


Am 10.11.2010 13:46, schrieb Michael Stucki:
> Hi Xavier,
> 
>> This magic is great but what about non-MySQL databases where "SET NAMES
>> utf8" does not make sense?
> 
> That is an interesting question and we should probably discuss it on
> Skype some time soon. Basically, I assume that other DBMs use utf-8
> already by default:

In my experience you cannot do much about the charset settings in other systems. Whatever charset is
defined for the DB has to be used. You cannot change it at runtime for the connection.

Note: that SET NAMES does NOT alter the way the data is stored. It's just about the transmission
over the wire.

Masi


More information about the TYPO3-team-core mailing list