Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synfig Studio] Fixed incorrect import of lst files when path contains non-Latin characters #1924

Merged
merged 1 commit into from
Dec 14, 2020

Conversation

ice0
Copy link
Collaborator

@ice0 ice0 commented Dec 13, 2020

Fix #1898

@ice0 ice0 requested a review from rodolforg December 13, 2020 06:00
@ice0 ice0 added this to the v1.4.1 milestone Dec 13, 2020
Comment on lines +72 to +73
// TODO(ice0): There is no way to report about error to GUI. We can't
// throw error from constructor (bad practice), and can't return error code.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree. Should we refactor the Importer class to have a load() method – that should be called only once?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think yes, this is a good idea. We can back to this problem after 1.4.1 release.

Copy link
Contributor

@rodolforg rodolforg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't test it because I barely have access to Windows on those pandemic days (as I'm home office'ing due to social distancing).
Besides, my language, Portuguese, uses latin-only characters XD

@ice0
Copy link
Collaborator Author

ice0 commented Dec 13, 2020

I can't test it because I barely have access to Windows on those pandemic days (as I'm home office'ing due to social distancing).
Besides, my language, Portuguese, uses latin-only characters XD

No problem here, I already tested it and all works fine. Just need someone who can check the code too.

Copy link
Contributor

@rodolforg rodolforg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks ok to me

@ice0 ice0 merged commit 7d68380 into synfig:master Dec 14, 2020
@ice0 ice0 deleted the fix-lst-windows branch December 14, 2020 03:49
ice0 added a commit to ice0/synfig that referenced this pull request Dec 30, 2020
…ins non-Latin characters (synfig#1924)

(cherry picked from commit 7d68380)
@ice0 ice0 mentioned this pull request Dec 30, 2020
ice0 added a commit to ice0/synfig that referenced this pull request Feb 28, 2021
…ins non-Latin characters (synfig#1924)

(cherry picked from commit 7d68380)
morevnaproject pushed a commit that referenced this pull request Apr 20, 2021
…ins non-Latin characters (#1924)

(cherry picked from commit 7d68380)
morevnaproject pushed a commit to morevnaproject/synfig that referenced this pull request Aug 9, 2021
…ins non-Latin characters (synfig#1924)

(cherry picked from commit 7d68380)
morevnaproject pushed a commit to morevnaproject/synfig that referenced this pull request Aug 9, 2021
…ins non-Latin characters (synfig#1924)

(cherry picked from commit 7d68380)
@rodolforg rodolforg removed the Backport label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Synfig Studio] lst files incorrectly imported when path contains non-Latin characters
2 participants