-
-
Notifications
You must be signed in to change notification settings - Fork 69
fix(lib): solved bug related with utf-8 file names #572
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #572 +/- ##
=======================================
Coverage 80.12% 80.12%
=======================================
Files 23 23
Lines 2038 2038
=======================================
Hits 1633 1633
Misses 405 405 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi @candreuv, thanks for your PR! When searching through the repository, I think it might be safer to also force UTF-8 encoding here: manim-slides/manim_slides/config.py Line 299 in 40ed77b
also here manim-slides/manim_slides/config.py Line 316 in 40ed77b
and there manim-slides/manim_slides/convert.py Line 596 in 40ed77b
as they might introduce similar bugs. What do you think? If you agree, could you also make those changes? Finally, could you please add an entry to the |
|
Hi @jeertmans, In my experience, I think it would be wise to make the encoding changes you suggest. And of course, I will also update CHANGELOG.md. |
|
Hi @candreuv, do you still plan on doing the aforementioned changes? :-) |
Fixes Issue
Closes #483
Description
Fixes a bug related with reading directories with special characters.
Check List
Check all the applicable boxes:
Screenshots
None
Note to reviewers
None