<?i need to run quickcart in arabic, so i started translating the V2.2 of the cart . every thing is going on correctly. BUT, the problem is when the customer enters his personal data in ARABIC. then he clicks on "send button", he got a message containing "Your order has been saved and will be sent as soon as possible"
But his personal data that was written in arabic are all blank.
this also happens in admin area "pending orders", images, http://pichost.ru/pics/0f9ce642ad3e2299f98c94264a42e9f8.png
any help,
Regards, ?>
» Quick.Cart v2.x
merci
2007-07-10 08:01
amr - try to add setlocale in config/general.php file, but i don't know what should be set for your language, for polish it is like: setlocale( LC_ALL, 'pl_PL' ); you can try search more on: http://pl.php.net/manual/en/function.setlocale.php Check also if your server have installed arabic locale.
amr
2007-07-10 09:20
Thanks merci for your help,
unfortunately i could not get it to work with set locale like this, setlocale(LC_ALL, 'Arabic');
but when i tried another free web host it worked, may be it supports arabic locale directly,
The iso language onfiguration for Q.C2.2 is in the /lang/ folder. Your new Arabic translation should be in /lang/ar.php. Try $config['charset'] = 'iso-8859-6'; which will tell servers that Arabic is expected as the language for this site.
amr
2007-07-14 20:30
thanks for all contributions,
for arabic encoding, i always use "windows-1256" . i tried 'iso-8859-6' but no luck . only works on arabic localed servers .
ThanX.
mixos
2008-08-30 10:47
I have the same problem. Is there any solution found for this issue?