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

fix(av1an-core): fix path-handling in vapoursynth script #924

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

baysonfox
Copy link

  • Use Display trait instead of Debug for path formatting to preserve Unicode characters
  • Wrap source path with r"" raw string literal in Python template
  • Platform-safe escaping for Windows backslash characters
  • Improve handling of special characters (\n, \t, etc.) in file paths

This should fix #920

- Use `Display` trait instead of `Debug` for path formatting to preserve Unicode characters
- Wrap source path with r"" raw string literal in Python template
- Platform-safe escaping for Windows backslash characters
- Improve handling of special characters (\n, \t, etc.) in file paths
@master-of-zen
Copy link
Owner

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: av1an couldn't handle special punctuation and sound marks properly
2 participants