<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 2: failures in parsing of e00 files</title><link>https://sourceforge.net/p/geoclassphp/bugs/2/</link><description>Recent changes to 2: failures in parsing of e00 files</description><atom:link href="https://sourceforge.net/p/geoclassphp/bugs/2/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 14 Jun 2004 17:26:32 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/geoclassphp/bugs/2/feed.rss" rel="self" type="application/rss+xml"/><item><title>failures in parsing of e00 files</title><link>https://sourceforge.net/p/geoclassphp/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;there are two misbehaviours in helpers/e00.php: &lt;/p&gt;
&lt;p&gt;- double precision data is not recognized by that &lt;br /&gt;
file. The problem: in the regular expressions in the &lt;br /&gt;
'if' statements, it is explicitely tested for 7 &lt;br /&gt;
digits after the point, but double precision has 14 &lt;br /&gt;
digits there. &lt;/p&gt;
&lt;p&gt;The solution is to just add a test for the same &lt;br /&gt;
expression with {7} replaced by {14}. This can be &lt;br /&gt;
or'd together in the if statements. &lt;/p&gt;
&lt;p&gt;- the brace in line 75 has to be in line 72 BEFORE &lt;br /&gt;
the assignments to pl["x"] and pl["y"] take place, &lt;br /&gt;
otherwise there will never be drawn anything, as &lt;br /&gt;
pl["x"] etc. will remain -1 forever. &lt;/p&gt;
&lt;p&gt;See appended e00 file for testing. &lt;/p&gt;
&lt;p&gt;Thomas Mack &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Mack</dc:creator><pubDate>Mon, 14 Jun 2004 17:26:32 -0000</pubDate><guid>https://sourceforge.net2a97548f4c4f6a8edf756e55eadfe0636f0f70ef</guid></item></channel></rss>