GNOME Bugzilla – Bug 649906
ODF import/export of string constants
Last modified: 2011-05-10 18:09:54 UTC
Created attachment 187581 [details] sample file to test import of expressions with strings containing literal " According to OpenFormula: Constant strings are surrounded by double-quote characters (QUOTATION MARK, U+0022); a literal double-quote character '"' (QUOTATION MARK, U+0022) as string content is escaped by duplicating it. We currently do not handle literal double-quote characters correctly (on import or export). FOr example importing the attached file (created by LibreOffice and not truly a valid ODF file but sufficient to illustrate this issue) yields a parsing error.
export has been fixed (which of course now broke roundtrip through ODF)
Created attachment 187590 [details] [review] proposed patch This patch requires review since it touches parser.y.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.