[TYPO3] utf-8 Problems with TS-templates

John Kavanagh john.kavanagh at roomthree.com
Mon Feb 19 10:21:26 CET 2007


Hello,

I was having the same problem when I put a site on a live server - all I
had to do to fix it was when copying over the database use: 
mysql -u -p database --default-character-set=utf8 < dbfile.sql

John.

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Pavel
Antonov
Sent: 15 February 2007 12:00
To: TYPO3 English
Subject: Re: [TYPO3] utf-8 Problems with TS-templates

Hello Everyone,

Actually if you using forceCharset=utf-8 there no need for additional
settings 
in TS. But don't forget setup language and locale for Non-English sites.

Regards, Pavel

On Thursday 15 February 2007 12:29:25 Oliver Rowlands wrote:
> Hi Daniel,
>
> Make sure you also have:
>
> $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
>
> in your 'localconf.php'.
>
> And from my experience all that is required in the TS config is:
>
> config {
>    metaCharset = utf-8
> }
>
> Let me know how you get on.
>
> Best regards,
>
> Oliver
>
> Daniel Selinger wrote:
> > Hi all,
> >
> > I got a problem to get my site correctly rendered in utf-8. Only
HTML-
> > and Typoscript-templates are affected.
> > If I'm logged in in BE, everything is rendered fine. If not, I get
> > strange symbols for the HTML-Entities (I'm using hexadecimal values
like
> > &#x20; etc.).
> >
> > In my config I set these values:
> >
> > config{
> > [...]
> > renderCharset = utf-8
> > metaCharset = utf-8
> > additionalHeaders = Content-Type:text/html;charset=utf-8
> > [...]
> > }
> >
> > Any ideas?
> > Thx
> > Ling


_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english




More information about the TYPO3-english mailing list