[TYPO3] Newbie problems: set charset & laguage pack

Dmitry Dulepov 9f4eetb02 at sneakemail.com
Fri Feb 23 09:17:31 CET 2007


Hi!

Bosko Milakovic wrote:
> Im using Typo3 4.0.4, php 5.1.4, MySql 5.0.27, Apache 2.2.3 and heres my 
> problem:

MySQL 5.0,x is not officially supported but you may find several hints 
for it in mailing list archives.

> Im writing web page in Slovak so I wanted to change charset to 
> iso-8859-2.

Better use utf-8. This way you will avoid conversions between charsets 
that use a lot of time and memory.


> 3. in Template setup I have: page.config.laguage = sk

This is necessary only for localization (if you want to translates site 
to other languages). Normally, you can leave this unset.

> If I want to edit some page text I get this error in top of BE:
> 
> "Warning: xml_parser_set_option() [function.xml-parser-set-option]: 
> Unsupported target encoding "iso-8859-2" in 
> C:Inetpubwwwrootasc_new_01t3libclass.t3lib_div.php on line 2146"

It means that PHP xml parser does not support this encoding. As I wrote 
earlier, it is better to use utf-8, you will not get any problems.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)


More information about the TYPO3-english mailing list