-
-
Notifications
You must be signed in to change notification settings - Fork 340
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
Conversation
…ins non-Latin characters
// 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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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
No problem here, I already tested it and all works fine. Just need someone who can check the code too. |
There was a problem hiding this 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
…ins non-Latin characters (synfig#1924) (cherry picked from commit 7d68380)
…ins non-Latin characters (synfig#1924) (cherry picked from commit 7d68380)
…ins non-Latin characters (synfig#1924) (cherry picked from commit 7d68380)
…ins non-Latin characters (synfig#1924) (cherry picked from commit 7d68380)
Fix #1898