steffenk
08-16-2007, 12:05 PM
Hi,
i read a lot of posts with troubles with specialchars.
I have utf8-pages, data in DB is utf8, normal HTML and php works with utf8.
But if i make ajax calls with Ext.data.Store i run into problems.
My temporary solution is to run through the dataarrays before json_encode and make a utf8_encode, but this can not be the best solution.
Turning page to iso is no given choice.
So my general question is - is ExtJs not compatible with utf8 or is there a trick to do this?
i read a lot of posts with troubles with specialchars.
I have utf8-pages, data in DB is utf8, normal HTML and php works with utf8.
But if i make ajax calls with Ext.data.Store i run into problems.
My temporary solution is to run through the dataarrays before json_encode and make a utf8_encode, but this can not be the best solution.
Turning page to iso is no given choice.
So my general question is - is ExtJs not compatible with utf8 or is there a trick to do this?