<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/ods-php/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/ods-php/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Dec 2010 17:37:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ods-php/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Broken ODS when cell value contains XML's special chars</title><link>https://sourceforge.net/p/ods-php/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;A broken ODS archive is generated when saving a sheet containing cells having special XML characters ("&amp;amp;", "&amp;lt;", etc.). Seems like those characters aren't escaped to entities.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Diego Verbrugghe</dc:creator><pubDate>Mon, 27 Dec 2010 17:37:50 -0000</pubDate><guid>https://sourceforge.netc19f95fa26ccaa1811f7320167cbf108195f27f8</guid></item><item><title>Incorrect data returned if text cell contains UTF8</title><link>https://sourceforge.net/p/ods-php/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I had a simple spreadsheet with one cell containing this text "tá" (t and a with acute).  The code returns just the second character - a-acute.  The problem is in function characterData() of class ods.  The PHP xmlparser code returns the text in two parts: t (0x74), and separate a-acute (0xc3 0xa1 - U+00E1).  The code in function does an assignment causing the second part wiping out the first.  Changing the code line around 188 and 192 ($this-&amp;gt;sheets ...) to concatenation (.=) appears to fix the problem.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 09 Mar 2009 23:49:04 -0000</pubDate><guid>https://sourceforge.net64d9f046b6b6dcd8d0d6a5623512b35d62151b4c</guid></item><item><title>Bug - Umlaut for German</title><link>https://sourceforge.net/p/ods-php/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Trying to read in a ods spreadsheet with umlaut (=&amp;gt; German characters äöü), and these letters converted to jargon. Suspect a codepage issue?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 24 Sep 2008 16:09:47 -0000</pubDate><guid>https://sourceforge.net01e9bb9077f478308fd29bebcc43b4b9b5f1d65c</guid></item></channel></rss>