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

[It broke]: Parsing of Manga Names with Special Characters #85

Closed
db-2001 opened this issue Nov 17, 2023 · 1 comment
Closed

[It broke]: Parsing of Manga Names with Special Characters #85

db-2001 opened this issue Nov 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@db-2001
Copy link
Collaborator

db-2001 commented Nov 17, 2023

What is broken?

Manga Titles with special characters "+", "é" get left out when saving to disk. Example is The Café Terrace and it's Goddesses. This also causes issues when there is a manga called Citrus and then another called Citrus+, it saves the original as 'Citrus' and Citrus+ as 'Citrus ' and causes Kavita to confound the two.

Log-output

N/A

Additional stuff

No response

@db-2001 db-2001 added the bug Something isn't working label Nov 17, 2023
@C9Glax
Copy link
Owner

C9Glax commented Dec 24, 2023

The problem with these, is that special characters and directory names don't mix well.
I added a Regex that I know works with directory-names, + should work too, so I added that.

@C9Glax C9Glax closed this as completed Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants