betonme / gcalbirthdays

Automatically exported from code.google.com/p/gcalbirthdays
0 stars 0 forks source link

Encoding of contacts title #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Name of API affected:
Contacts Data API

Issue summary:
The data of the contacts is encoded twice in UTF-8

Steps to reproduce issue:
1.Create a contacts feed with the JS API
2.Display the data of a contact (for example contact.getTitle().getText())

Expected output:
The data should be correctly displayed in UTF-8

Actual results:
Data in the feed is UTF-8 encoded twice: Müller becomes M��ller

Original issue reported on code.google.com by GlaserFr...@gmail.com on 26 Apr 2010 at 8:23

GoogleCodeExporter commented 9 years ago
See gdata-issues:
http://code.google.com/p/gdata-issues/issues/detail?id=2027&q=api%3DContacts&col
spec=API%20ID%20Type%20Status%20Priority%20Stars%20Summary

Original comment by GlaserFr...@gmail.com on 26 Apr 2010 at 8:23

GoogleCodeExporter commented 9 years ago
See gdata-javascript-client issues:
http://code.google.com/p/gdata-javascript-client/issues/detail?id=15#c0

Original comment by GlaserFr...@gmail.com on 29 Apr 2010 at 6:37

GoogleCodeExporter commented 9 years ago
Google fixed the issue:
http://code.google.com/p/gdata-javascript-client/issues/detail?id=15#c20

Original comment by GlaserFr...@gmail.com on 30 Jun 2010 at 6:00