Skip to content

Form.LoadProps() Can't handle unicode paths #90

Open
@PikuZheng

Description

@PikuZheng

with Form.LoadProps(os.path.join(os.path.dirname(os.path.abspath(__file__)), "Unit1.pydfm")) , there is an issue when the path contains unicode.

image

Activity

fansxs

fansxs commented on Apr 25, 2024

@fansxs

This is a problem with the string processing encoding in the LoadProps function, and I found that this function will cause the window that appears after PyScripter is run to not be closed.

self-assigned this
on Apr 25, 2024
lmbelo

lmbelo commented on Apr 25, 2024

@lmbelo
Member

@PikuZheng thank you to report. I will investigate this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @lmbelo@PikuZheng@fansxs

      Issue actions

        Form.LoadProps() Can't handle unicode paths · Issue #90 · Embarcadero/DelphiVCL4Python