fillano
09-12-2009, 04:17 AM
I'm trying to run php on GAE throu quercus. I've already done a simple "greeting" example in php. But there're some strange problems in Chinese support.
All my php files are encoded in utf-8 w/o BOM. The chinese hard coded in php files are ok. But the chinese content stored in greeting beans are not. The only way I can make it display correctly is to change the getter and return the content in &#num; format.
I also tried the newly released resin 4.0.1 and the problem is the same.
Should I try other solutions? Any one knows how to configure it for better Chinese content display?
Besides, I'm trying to port CodeIgniter to GAE and have a simple demo: here (http://fillanocode.appspot.com/).
Thank you.
Sincerely,
Fillano Feng
All my php files are encoded in utf-8 w/o BOM. The chinese hard coded in php files are ok. But the chinese content stored in greeting beans are not. The only way I can make it display correctly is to change the getter and return the content in &#num; format.
I also tried the newly released resin 4.0.1 and the problem is the same.
Should I try other solutions? Any one knows how to configure it for better Chinese content display?
Besides, I'm trying to port CodeIgniter to GAE and have a simple demo: here (http://fillanocode.appspot.com/).
Thank you.
Sincerely,
Fillano Feng