[TYPO3-project-formidable] Wrong character display - once again ; ]

Jerome Schneider typo3dev at ameos.com
Mon Oct 8 12:27:15 CEST 2007


Some precisions:

My T3 instance is configured for UTF-8, my xml file is encoded in UTF-8 
and declares this xml-prolog:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>


Jerome


Jerome Schneider a écrit :
> Hi Paweł,
> 
> I tried to reproduce this charset problem, but it was working fine.
> Could you post the code / or better the T3X / that causes the problem ?
> 
> Here's my code (client event, works also with ajax event):
> 
> <renderlet:BUTTON name="btnmbox" label="go modal !!!">
>  <onclick runat="client">
>   <userobj>
>    <php><![CDATA[
> 
>     return array(
>      $this->aORenderlets["mbox"]->majixShowBox(),
>      $this->aORenderlets["mbox_html"]->majixReplaceData(
>       "Edycja specjalnośjy"
>      )
>     );
> 
>    ]]></php>
>   </userobj>
>  </onclick>
> </renderlet:BUTTON>
> 
> <renderlet:MODALBOX name="mbox">
>  <childs>
>   <renderlet:TEXT name="mbox_one" label="Edycja specjalnośjy"/>
>   <renderlet:BOX name="mbox_html" />
>  </childs>
> </renderlet:MODALBOX>
> 
> 
> 
> 
> Best regards,
> Jerome Schneider
> 
> 
> 
> 
> 
> Paweł Bandura a écrit :
>> Hi
>>
>> I've met the problem when I wanted to use MODALBOX renderlet - when 
>> the majixShowBox() function is called as an ajax event - everything's 
>> fine. But when I call this function as a client event - some 
>> characters (in thi case - polish special characters :-) are displayed 
>> incorrectly.
>>
>> I attached two images showing the same modalbox displayed correctly 
>> (ajax) and not-so-correctly (client). ;]
>>
>>
>> ------------------------------------------------------------------------
>>
>>
>> ------------------------------------------------------------------------
>>


More information about the TYPO3-project-formidable mailing list