Bug 256303

Summary: quotation marks in caption appear as " in picasaweb
Product: [Applications] digikam Reporter: jon33040
Component: Plugin-WebService-GoogleAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: philippe.roubach
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 1.6.0
Sentry Crash Report:

Description jon33040 2010-11-07 14:48:26 UTC
Version:           1.2.0 (using KDE 4.4.2) 
OS:                Linux

If I use quotation marks in a caption in digikam and then export that picture to picasaweb, the quotation marks are incorrectly escaped and appear as &quot; in the picasaweb caption.

Reproducible: Always

Steps to Reproduce:
Set the caption of a picture in picasaweb to something which includes quotation marks - e.g. "a b".
Select the picture
Export it to picasaweb

Actual Results:  
The caption is &quot;a b&quot;

Expected Results:  
The caption is "a b"
Comment 1 Jens Mueller 2010-11-07 20:14:06 UTC
SVN commit 1193972 by jmueller:

remove double string-encoding

BUGS: 256303

 M  +2 -2      NEWS  
 M  +13 -13    picasawebexport/picasawebtalker.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1193972
Comment 2 Jens Mueller 2010-11-08 17:56:06 UTC
*** Bug 244706 has been marked as a duplicate of this bug. ***