Actions
Bug #16388
closedInstaller should honour forceCharset setting when creating a DB
Start date:
2006-07-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Mysql supports a default charset and collation for a DB. The installer should use forceCharset.
Of course the 1-2-3 mode needs an additional charset field for supporting this feature.
(issue imported from #M3900)
Updated by Dmitry Dulepov over 18 years ago
Disagree. Database charset may be different from BE charset. This is normal and was so.
Database charset is controlled by initialization strings in install tool. Use them. They are specially designed for this.
Updated by Martin Kutschker over 18 years ago
Think about it. If you use forceCharset then you should set the db to utf-8.
Actions