[TYPO3-english] Default charset in ext_tables.sql

Richard Davies richard at ocular.co.nz
Fri May 10 00:09:25 CEST 2013


Hi,

See this page in general and more specifically the #'d section:
http://wiki.typo3.org/UTF-8_support#SET_NAMES_utf8.3B
I think you need to just set the values in your localconf. I've heard that
in Typo3 versions > 4.5 this is automatic (db tables being utf8). There may
be an issue if you are working on a DB that isn't UTF8, so you'll have to
convert it.

Richard

On 10 May 2013 08:33, Ildar <ildar.programist at gmail.com> wrote:

> I'm sorry, parser returns
>
> CREATE TABLE table1 (
> col1 varchar(64) NOT NULL default '',
> col2 varchar(64) NOT NULL default '',
> col3 text NOT NULL,
> PRIMARY KEY (col1,col2)
> ) ENGINE=InnoDB;
>
> ______________________________**_________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-**bin/mailman/listinfo/typo3-**english<http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english>
>


More information about the TYPO3-english mailing list