45 </tr><tr> |
45 </tr><tr> |
46 <td><a href="#normalizeCode">normalizeCode</a></td> |
46 <td><a href="#normalizeCode">normalizeCode</a></td> |
47 <td>Function to normalize the given code.</td> |
47 <td>Function to normalize the given code.</td> |
48 </tr><tr> |
48 </tr><tr> |
49 <td><a href="#readEncodedFile">readEncodedFile</a></td> |
49 <td><a href="#readEncodedFile">readEncodedFile</a></td> |
50 <td>Function to read a file and decode it's contents into proper text.</td> |
50 <td>Function to read a file and decode its contents into proper text.</td> |
51 </tr> |
51 </tr> |
52 </table> |
52 </table> |
53 <hr /><hr /> |
53 <hr /><hr /> |
54 <a NAME="decode" ID="decode"></a> |
54 <a NAME="decode" ID="decode"></a> |
55 <h2>decode</h2> |
55 <h2>decode</h2> |
131 <hr /><hr /> |
131 <hr /><hr /> |
132 <a NAME="readEncodedFile" ID="readEncodedFile"></a> |
132 <a NAME="readEncodedFile" ID="readEncodedFile"></a> |
133 <h2>readEncodedFile</h2> |
133 <h2>readEncodedFile</h2> |
134 <b>readEncodedFile</b>(<i>filename</i>) |
134 <b>readEncodedFile</b>(<i>filename</i>) |
135 <p> |
135 <p> |
136 Function to read a file and decode it's contents into proper text. |
136 Function to read a file and decode its contents into proper text. |
137 </p><dl> |
137 </p><dl> |
138 <dt><i>filename</i></dt> |
138 <dt><i>filename</i></dt> |
139 <dd> |
139 <dd> |
140 name of the file to read (string) |
140 name of the file to read (string) |
141 </dd> |
141 </dd> |