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

How to replace bad chars with unicode versions #1335

Open
Noonereallycomeon opened this issue Apr 28, 2024 · 0 comments
Open

How to replace bad chars with unicode versions #1335

Noonereallycomeon opened this issue Apr 28, 2024 · 0 comments

Comments

@Noonereallycomeon
Copy link

basically replicate the option from gallery-dl to replace | , : , * , ? , " , < , > with │ , ꞉ , ∗ , ? , ″ , ﹤ , ﹥

I tried putting them simply in %pattern<1>(?)%%replace<1>(?)% didn't work then i tried escaping the ? , putting unicode values, different combinations but I'm just blindly trying things out without knowing how this works. is this possible and if so could i get an example.

using v20230105

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

No branches or pull requests

1 participant