<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2: failures in parsing of e00 files</title><link href="https://sourceforge.net/p/geoclassphp/bugs/2/" rel="alternate"/><link href="https://sourceforge.net/p/geoclassphp/bugs/2/feed.atom" rel="self"/><id>https://sourceforge.net/p/geoclassphp/bugs/2/</id><updated>2004-06-14T17:26:32Z</updated><subtitle>Recent changes to 2: failures in parsing of e00 files</subtitle><entry><title>failures in parsing of e00 files</title><link href="https://sourceforge.net/p/geoclassphp/bugs/2/" rel="alternate"/><published>2004-06-14T17:26:32Z</published><updated>2004-06-14T17:26:32Z</updated><author><name>Thomas Mack</name><uri>https://sourceforge.net/u/mack3457/</uri></author><id>https://sourceforge.net2a97548f4c4f6a8edf756e55eadfe0636f0f70ef</id><summary type="html">&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;</summary></entry></feed>