<div dir="ltr"><p>Hi, everyone.<br></p><p>I have some problem in store html text in a variable. This html text is displayed in the QtextEdit.</p><p>I try to use variable = str( QtextEdit.toHtml() ) to retrieve these html text. &nbsp;</p>
<p>However,Python Shell shows:&nbsp;</p><p>Traceback (most recent call last):<br> variable= str(self.toHtml())<br>UnicodeEncodeError: &#39;ascii&#39; codec can&#39;t encode characters in position 533-538: ordinal not in range(128)</p>
<p>Is there any suggestion? &nbsp;</p><p></p><p>Thanks!</p><p>Lee<br><br></p></div>