Add support for special characters in filenames #5

Merged
rogs merged 3 commits from fix-special-characters-issue-on-windows into master 2025-03-19 15:56:37 -03:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 9d1b6c2342 - Show all commits

View File

@ -19,10 +19,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
import os
import pathlib
import re
import sys
import time
import pathlib
import chardet
import pysrt

View File

@ -1,7 +1,6 @@
"""Unit tests for the subscleaner module."""
import os
import sys
from io import StringIO
from pathlib import Path
from unittest.mock import patch