<div dir="ltr"><div>I investigated this bug and found that this happens when the test script is run using python3.  When run using python2, all the test passes successfully.</div><div>This was due to the passing of string from python to C++ library. In Python 2.7, strings are byte-strings by default so these strings could be directly passed to the library. <br></div><div>However, in Python 3.x, they are Unicode by default. So, we would need to encode them into ASCII before passing and decode after getting any string from the library.</div><div><br></div><div>I made the changes and tested them, the tests passed successfully.  How should I proceed to submit a PR? I have no experience with sourceforge so I would appreciate the help.</div><div>Also, would it be possible to host this project over GitHub or GitLab?</div><div><br></div><div>Thank you,</div><div>Prasun<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 11 Apr 2020 at 17:49, Ralf Habacker <<a href="mailto:ralf.habacker@freenet.de">ralf.habacker@freenet.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 22.03.20 um 14:54 schrieb Ralf Habacker:<br>
> Hi,<br>
><br>
> it has been asked for open bugs as starting point. According to<br>
> <a href="https://sourceforge.net/p/ktoblzcheck/bugs/" rel="noreferrer" target="_blank">https://sourceforge.net/p/ktoblzcheck/bugs/</a> there are no open bugs.<br>
<br>
A new bug has been reported at <a href="https://sourceforge.net/p/ktoblzcheck/bugs/4/" rel="noreferrer" target="_blank">https://sourceforge.net/p/ktoblzcheck/bugs/4/</a><br>
<br>
Regards<br>
<br>
Ralf<br>
<br>
</blockquote></div>