Adam Nojszewski pisze:

I am sorry for spamming :P

> Typo just didn't have lang key for English.

I forgot one change:

in class.t3lib_cs change line for 'pl' (or language you are using) and 
add line for 'en':

     var $charSetArray = array(

         'pl' => 'utf-8',
         'en' => 'utf-8',
     }

Actually, readLLXMLfile in class.t3lib_div chooses $origCharset based on 
langKey, not on xml header. This forces some conversions, even when 
forceCharset is utf and xml file contents is also utf


regards
-- 
Adam Nojszewski                           gg:9130731 skype:anojszewski
----------------------------------------------------------------------
http://favicon.pl/              http://www.linkedin.com/in/anojszewski
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to