--- a/src/eric7/Documentation/Source/eric7.Utilities.__init__.html Tue Dec 19 09:31:02 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Utilities.__init__.html Tue Dec 19 11:04:03 2023 +0100 @@ -182,6 +182,10 @@ <td>Function to decode html entities.</td> </tr> <tr> +<td><a href="#unslash">unslash</a></td> +<td>Function to convert a string containg escape codes to an escaped string.</td> +</tr> +<tr> <td><a href="#writeEncodedFile">writeEncodedFile</a></td> <td>Function to write a file with properly encoded text.</td> </tr> @@ -1330,6 +1334,35 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> +<a NAME="unslash" ID="unslash"></a> +<h2>unslash</h2> +<b>unslash</b>(<i>txt</i>) + +<p> + Function to convert a string containg escape codes to an escaped string. +</p> +<dl> + +<dt><i>txt</i> (str)</dt> +<dd> +string to be converted +</dd> +</dl> +<dl> +<dt>Return:</dt> +<dd> +converted string containing escape codes +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> <a NAME="writeEncodedFile" ID="writeEncodedFile"></a> <h2>writeEncodedFile</h2> <b>writeEncodedFile</b>(<i>filename, text, origEncoding, forcedEncoding=""</i>)