--- a/Documentation/Source/eric5.Utilities.__init__.html Sat Dec 18 18:11:02 2010 +0100 +++ b/Documentation/Source/eric5.Utilities.__init__.html Sun Dec 19 13:20:52 2010 +0100 @@ -59,6 +59,9 @@ <td><a href="#decode">decode</a></td> <td>Function to decode some byte text into a string.</td> </tr><tr> +<td><a href="#decodeString">decodeString</a></td> +<td>Function to decode a string containing Unicode encoded characters.</td> +</tr><tr> <td><a href="#direntries">direntries</a></td> <td>Function returning a list of all files and directories.</td> </tr><tr> @@ -417,6 +420,24 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="decodeString" ID="decodeString"></a> +<h2>decodeString</h2> +<b>decodeString</b>(<i>text</i>) +<p> + Function to decode a string containing Unicode encoded characters. +</p><dl> +<dt><i>text</i></dt> +<dd> +text containing encoded chars (string) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +decoded text (string) +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="direntries" ID="direntries"></a> <h2>direntries</h2> <b>direntries</b>(<i>path, filesonly=False, pattern=None, followsymlinks=True, checkStop=None</i>)