google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

Characters in the non-western character set become malformed when sent in order notification #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Place a new order
2. Use some accented characters ie. éáÁ
3. Look at the order notification in osC admin

What is the expected output? What do you see instead?
éáÁ, I see strings similar to: Iñaki

What version of the product are you using? On what operating system?
PHP 4, mysql 4 applies to all versions including latest version of code for me

Original issue reported on code.google.com by s.lu...@warwick.ac.uk on 13 Feb 2010 at 10:34

GoogleCodeExporter commented 9 years ago
This issue can be fixed (atleast on PHP 5.2.9) by putting the correct output 
encoding into the xml_parser_create($encoding) function for your system, for 
example xml_parser_create('ISO-8859-1') in our case.

Original comment by s.lu...@warwick.ac.uk on 13 Sep 2010 at 10:36