<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 178: inappropriate URL construction mechanism for Non-ASCII characters in table names</title><link href="https://sourceforge.net/p/schemaspy/bugs/178/" rel="alternate"/><link href="https://sourceforge.net/p/schemaspy/bugs/178/feed.atom" rel="self"/><id>https://sourceforge.net/p/schemaspy/bugs/178/</id><updated>2014-04-19T17:55:20.773000Z</updated><subtitle>Recent changes to 178: inappropriate URL construction mechanism for Non-ASCII characters in table names</subtitle><entry><title>#178 inappropriate URL construction mechanism for Non-ASCII characters in table names</title><link href="https://sourceforge.net/p/schemaspy/bugs/178/?limit=25#b77f" rel="alternate"/><published>2014-04-19T17:55:20.773000Z</published><updated>2014-04-19T17:55:20.773000Z</updated><author><name>Sascha Szott</name><uri>https://sourceforge.net/u/sasz/</uri></author><id>https://sourceforge.nete0f3afcc35692555c904eb4c218c9934b3464ec0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is a patch which was already included with r606 (2010/12/20). Can we expect a new release of SchemaSpy in the near future which will include the bugfix? Thanks.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>inappropriate URL construction mechanism for Non-ASCII characters in table names</title><link href="https://sourceforge.net/p/schemaspy/bugs/178/" rel="alternate"/><published>2014-04-19T17:36:27.391000Z</published><updated>2014-04-19T17:36:27.391000Z</updated><author><name>Sascha Szott</name><uri>https://sourceforge.net/u/sasz/</uri></author><id>https://sourceforge.net3d4cc6b0829bd1c85adacfc00d356966b34d2c21</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The URL construction mechanism used in various classes (with prefix Html) in the  net.sourceforge.schemaspy.view package is inappropriate since it does not encode Non-ASCII characters in table names, e.g. for a table foo#bar?baz the output should be &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;href&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;tables&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;foo&lt;/span&gt;&lt;span class="o"&gt;%&lt;/span&gt;&lt;span class="mi"&gt;23&lt;/span&gt;&lt;span class="n"&gt;bar&lt;/span&gt;&lt;span class="o"&gt;%&lt;/span&gt;&lt;span class="mf"&gt;3F&lt;/span&gt;&lt;span class="n"&gt;baz&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;html&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;instead of&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;lt;&lt;/span&gt;&lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;href&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;tables&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;foo&lt;/span&gt;&lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="n"&gt;bar&lt;/span&gt;&lt;span class="o"&gt;?&lt;/span&gt;&lt;span class="n"&gt;baz&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;html&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</summary></entry></feed>