[TYPO3-dev] mootools and ajax encoding

Steffen Kamper steffen at sk-typo3.de
Wed Oct 31 12:35:22 CET 2007


Hi,

in my desperation i ask here as i didn't found something in the net.

I do an ajax call with mootools and i need to switch encoding to iso-8859-1
I tried to set this encoding but it doesn't work

new Ajax(url, {
     method: 'post',
     encoding: 'iso-8859-1',
     update: $('dbtable".$this->id."')
    }).request();

this result and firebug tells me: Transfer-Encoding: chunked
but it is utf-8

Does anybody has a tip for me?
thx,
vg  Steffen 






More information about the TYPO3-dev mailing list