Posted on Jul 31, 2007 by
Helpful Wombat
Steps will reproduce the problem
- Add a cart item with a (c) copyright character in its name and/or description.
- Send the cart to Checkout.
- Checkout doesn't display they (c) character.
Expected output
The (c) character (or any other "high ASCII" character) should be displayed properly. The reason it's not displayed is probably because these special characters aren't UTF-8 encoded. See here for how Checkout wants requests encoded: http://code.google.com/apis/checkout/developer/index.html#api_request_guidelines
Comment #1
Posted on Sep 25, 2007 by Quick HorseFixed in version 0.7.1 and above.
Status: Fixed
Labels:
Type-Defect
Priority-Medium