[Typo3-dev] locallang.xml / utf-8

Wolfgang Klinger wolfgang at stufenlos.net
Mon Nov 14 09:35:58 CET 2005


 Hi,

 I edited a locallang.xml file (in the backend) to add 
 some Bosnian (bs) labels.
 The backend ist UTF-8, the frontend is UTF-8, the saved locallang.xml
 is UTF-8, but the "readLLXMLfile" method in t3lib/class.t3lib_div.php
 always converts the Bosnian labels to ISO-8859-1[1] and creates a cached
 file like "xml_9e5a044ad0.bs.iso-8859-1.cache".

 So my question is: why is that and how can I change it, as the labels
 are obviously outputted in a wrong charset (question marks instead of 
 the right character)?

 TYPO3 3.8


 tia
 kind regards
 Wolfgang

 [1] $LOCAL_LANG[$langKey][$labelKey] = $csConvObj->utf8_decode($labelValue,$origCharset);





More information about the TYPO3-dev mailing list