Guest Posted August 6, 2004 Posted August 6, 2004 Hi Guys, I have a English osCommerce site, and previously I was testing with some dummy data in different language. Everything run fines except the last part... When a customer click on checkout and it will display an address and name of the customer, rite? If the information is in other languages such as Japanese, then you the characters cannot be retrieve correctly. For example, the customer name is "Samurai" (Assume this is 4 japanese characters, ok? Sa Mu Ra I), then the name shown in the checkout page (checkout_shipping.php) will display something like "& # 1 2 3 4 5 & # 1 2 3 4 5" (please ignore the space between characters because of the html issue) I figure out the data is entered into mySQL is like the code above... its okay... I accept it, as long as it can retrieve back to the html pages. However, I found out that why the problem exist in checkout page but not in the product page with the same data. In checkout page, there are some rubbish code inserted... they are きろ. While the product page doesnt generate these rubbish code - &. This make the difference of displaying the foreign characters successfully or not. Can someone give me some advise on how to remove those & code from the checkout page, please? Ive been messing with it for a day and couldnt solve the problem.
Guest Posted August 6, 2004 Posted August 6, 2004 I'm sure some of you are very kind and pro enough to tell me how to solve this problem, isn't it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.