ywkyee Posted April 10, 2009 Posted April 10, 2009 Hello all, I have downloaded and installed that chinese pack for my osc v2.x ( it is big5 chinese ) and it is working fine from my local development PC ( Winxp with IE & FF ) http://www.oscommerce.com/community/contri.../search,chinese but once migrate to webserver, dont know why the browser encoding method *ALWAYS* changed to UTF-8 and I check with the source code of the page and it is BIG5 as following <meta http-equiv="Content-Type" content="text/html; charset=BIG5"> Now, I am doubt at all what wrong of it, tried both turn on and off of "Auto-Select" from encoding of the browser, but still no help. here my website, http://www.gowebzz.com/ws01 please anyone help, MANY THANKS. Davis. Quote
ywkyee Posted April 10, 2009 Author Posted April 10, 2009 can i know beside this meta tag, what else will change the page encoding method during loading? it seems somewhere force use UTF-8 all the time, no matter what i have tried with charset value..:( tested fine on local enviornment, but NOT from webserver..poor! <meta http-equiv="Content-Type" content="text/html; charset=BIG5"> thanks/Davis. Quote
steve_s Posted May 6, 2009 Posted May 6, 2009 can i know beside this meta tag, what else will change the page encoding method during loading? it seems somewhere force use UTF-8 all the time, no matter what i have tried with charset value..:( tested fine on local enviornment, but NOT from webserver..poor! <meta http-equiv="Content-Type" content="text/html; charset=BIG5"> thanks/Davis. Have you added new language in catalog/includes/classes/language.php? Quote
ywkyee Posted May 6, 2009 Author Posted May 6, 2009 Hi, thanks for your reply. finally i sloved my problem. 1) as my webserver forced default as utf-8, it is ok 2) i supposed to save all of chinese php file in utf-8 file type, but due to my current editor, it failed to do so ( so it got some rubbish hidden character inside the file even saved as utf-8 ). so once after save utf-8 file type correctly, it been sloved..:) thanks/Davis. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.