How can I read UTF descriptions of photos? For example,
// start code
AlbumFeed feed = myService.getFeed(albumURL, AlbumFeed.class);
for(PhotoEntry photo : feed.getPhotoEntries())
{
out.println(photo.getDescription().getPlainText();
}
// end code
where "out" is a UTF PrintWriter, only prints Chinese characters as
"??" even though the output file is in UTF format. Does the API
retrieve UTF strings?
--
You received this message because you are subscribed to the Google Groups
"Google Picasa Web Albums API" 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://groups.google.com/group/google-picasa-data-api?hl=en.