Documentation/Source/eric5.Utilities.__init__.html

branch
Py2 comp.
changeset 3141
72f3bde98c58
parent 3066
76a310bc7bba
child 3144
bb63e24383e4
--- a/Documentation/Source/eric5.Utilities.__init__.html	Wed Dec 04 22:08:03 2013 +0100
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Fri Dec 13 22:45:47 2013 +0100
@@ -193,6 +193,9 @@
 <td><a href="#prepareQtMacBundle">prepareQtMacBundle</a></td>
 <td>Module function for starting Qt tools that are Mac OS X bundles.</td>
 </tr><tr>
+<td><a href="#quote">quote</a></td>
+<td>Replacement for the urllib.quote function because of unicode problems.</td>
+</tr><tr>
 <td><a href="#readEncodedFileWithHash">readEncodedFileWithHash</a></td>
 <td>Function to read a file, calculate a hash value and decode its contents into proper text.</td>
 </tr><tr>
@@ -1331,6 +1334,24 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="quote" ID="quote"></a>
+<h2>quote</h2>
+<b>quote</b>(<i>url</i>)
+<p>
+        Replacement for the urllib.quote function because of unicode problems.
+</p><dl>
+<dt><i>url</i></dt>
+<dd>
+text to quote
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+quoted url
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="readEncodedFileWithHash" ID="readEncodedFileWithHash"></a>
 <h2>readEncodedFileWithHash</h2>
 <b>readEncodedFileWithHash</b>(<i>filename</i>)

eric ide

mercurial