Hello, I'm getting this error when trying to insert a product:
<error type="data" field="description" reason="There is a problem with the character encoding of this attribute." /> My code sets the relevant content as follows: entry.setContent(TextConstruct.create(TextConstruct.Type.TEXT, product.getDescription(), null)); The String being set contains some UTF-8 characters. How can I insert a product when it has attributes that contain UTF-8 characters? Thanks for your help! -- You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to google-base-data-...@googlegroups.com. To unsubscribe from this group, send email to google-base-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-base-data-api?hl=en.