To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72617


User regina changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'kpalagin,rainerbielefeld'|'kpalagin,rainerbielefeld,
                        |                          |regina'
--------------------------------------------------------------------------------
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |WORKSFORME
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jan 16 15:04:53 +0000 
2008 -------
If you save the spreadsheet to ods format, you will get an XML-file. And in XML
a & must be escaped with the entity & 

Cited from http://www.w3.org/TR/2006/REC-xml11-20060816/ chapter 2.4 
"The ampersand character (&) and the left angle bracket (<) MUST NOT appear in
their literal form, except when used as markup delimiters, or within a comment,
a processing instruction, or a CDATA section. If they are needed elsewhere, they
MUST be escaped using either numeric character references or the strings "&amp;"
and "&lt;" respectively. "

Perhaps you rethink the way how you store the data into the database and use
UTF-8 directly. If you set charset=UTF-8 in a meta-tag of the HTML-document a
modern browser should show the characters correct without escaping them.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to