[Typo3] language problem

Piotr Burda pburda at narty.pl
Thu Jul 14 23:10:34 CEST 2005


Piotr Burda napisał(a):
> Krystian Szymukowicz napisał(a):
> 
>>
>> have you got FireFox? There is extention Web Developer. Tab 
>> "Information" - > "View Response Headers". Try what you have there.
>>
>> should be smthing like this
>>
>> Date: Thu, 14 Jul 2005 16:39:12 GMT
>> Server: Apache
>> Vary: Accept-Encoding
>> Expires: 0
>> Last-Modified: Thu, 14 Jul 2005 16:39:13 GMT
>> Cache-Control: no-cache, must-revalidate
>> Pragma: no-cache
>> Keep-Alive: timeout=5, max=10
>> Connection: Keep-Alive
>> Content-Type: text/html;charset=iso-8859-2
>> Content-Encoding: gzip
>> Content-Length: 2832
>>
>> No matter what you have in html in the <head> - it could be:
>>
>> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
>>
>> but if the "response header" are different you will not get the 
>> encoding you really want.
>>
>> So check the "response headers" - write what you have there - and we 
>> will try to find the solution then.
>>
>>
> Here is info from Response Headers
> 
> Date: Thu, 14 Jul 2005 18:21:33 GMT
> Server: Apache
> X-Powered-By: PHP/4.3.11
> Expires: 0
> Last-Modified: Thu, 14 Jul 2005 18:21:33 GMT
> Cache-Control: no-cache, must-revalidate
> Pragma: no-cache
> Connection: close
> Transfer-Encoding: chunked
> Content-Type: text/html;charset=iso-8859-2
> 
> 200 OK
> 
> as you can see the "response headers" are equal to html <head> section,
> mysql ecnoding is also ok, i`m using on the same server typo3 v.3.7.0 
> it`s running ok.
> 
> best regards
> 
> Piotr Burda

thanks to Krystian Szymukowicz, he solved my problem.
The problem was in typo3conf/localconf.php
i have not set forceCharset variable
after adding this line to localconf.php
$TYPO3_CONF_VARS['BE']['forceCharset']="iso-8859-2"
the site is working fine

Piotr Burda



More information about the TYPO3-english mailing list