Hello Jeff, I tried creating a contact using your data on http://googlecodesamples.com/oauth_playground/index.php and it worked perfectly for me: the API indeed returned the string FotografĂa Profesional Cristina.
Are you sure that your XML parser is reading the document using UTF-8 as it is the encoding used by the API (set in the http header of the response). Best, Alain On Fri, Jul 1, 2011 at 12:05 PM, Jeff G <[email protected]> wrote: > I am creating a contact using the HTTP protocol which includes the > following XML element: > > <gd:orgName>Fotografía Profesional Cristina</gd:orgName> > > Note the inclusion of the Latin small letter i with acute accent (í). > > The contact is created in Google Contacts successfully and the character > appears properly. However, when I retrieve the XML for the contact from > Google Calendar, it returns the following: > > <gd:orgName>FotografĂ-a Profesional Cristina</gd:orgName> > > I'm not sure the character in question will show up properly, but Google > returns a capital A with a tilde-looking "squiggle" on top followed by a > dash (-) instead of the expected "í". > > What's up with that? > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
