Embarcadero/DelphiVCL4Python

Doc strings should contain valid utf8 strings

pyscripter opened this issue · 2 comments

There was a report regarding introspection of delphivcl in PyScripter. It turns out this was due to an invalid docstring of Application.ExeName.

Docstrings should be either ascii or else utf8 encoded. The problem was fixed in https://github.com/pyscripter/python4delphi pyscripter/python4delphi@993c809.

Please fix on your side.

@pyscripter thank you for the update information. We are proceeding with the fix.

We are closing this issue once it was already done and released on the current version.