[Typo3] language problem

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Thu Jul 14 18:48:21 CEST 2005


Piotr Burda wrote:
> On typo3 3.8.0 i`m building one site in Polish, my BE is in polish and 
> it works ok (encoding iso-8859-2) but in FE i dont see polish characters
> my TS setup includes this lines:
> forceCharset=iso-8859-2
> page.config.metaCharset = iso-8859-2
> ..
> ..
> ..
> # Default PAGE object:
> .....
> page.config.language = pl
> 
> What`s wrong

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.


--
grtz
Krystian






More information about the TYPO3-english mailing list