[TYPO3] Euro symbol (€) in UTF-8 from local lang.xml

2007-07-09 Thread Manuel Rego Casasnovas
Hello, I have some strings with an euro symbol (€) in one locallang.xml file. But when I show these strings in my website, after call the function $GLOBALS['TSFE']->sL(...), I get an interrogation mark (?) when I use UTF-8 encoding for my site. All my files are in UTF-8, I've tried to find a sol

Re: [TYPO3] Euro symbol (€) in UTF-8 from local lang.xml

2007-07-10 Thread Tomas Mrozek
>> Are you sure your locallang.xml has coding in UTF-8? > Yes my locallang.xml has coding in UTF-8. The first line is, and all my > files are in UTF-8. > The line itself doesn't mean that the file is encoded correctly. Make sure that the file is truly encoded in utf-8. Tomas Mrozek

Re: [TYPO3] Euro symbol (€) in UTF-8 from local lang.xml

2007-07-12 Thread Manuel Rego Casasnovas
Hello, I don't solve this problem yet. But I'm reading some documentation, I think that my problem is related with the attribute $GLOBALS['TSFE']->labelsCharset. And I don't know if I have some mistakes in my TypoScript config. I think that the value for this attribute is calculated from the typ

Re: [TYPO3] Euro symbol (€) in UTF-8 from local lang.xml

2007-07-12 Thread Bjoern Pedersen
Manuel Rego Casasnovas <[EMAIL PROTECTED]> writes: > $GLOBALS['TSFE']->convCharsetToFrom: Array > ( > [from] => iso-8859-15 > [to] => utf-8 > ) > > > [from] => iso-8859-1 > [to] => utf-8 > ) > But in this the euro symbol isn't showed. iso-8859-15 is iso-8859-1 plus euro. So that