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

Decode percent escapes in fragments #1275

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Conversation

HU90m
Copy link
Contributor

@HU90m HU90m commented Oct 20, 2023

The Url struct percent escapes fragments which breaks checks for titles containing utf8 characters.

This PR has a test for this eventuality and a suggested bug fix.

@HU90m HU90m force-pushed the unicode-fragment branch 2 times, most recently from 8160dac to 1c3e87a Compare October 22, 2023 11:37
@mre
Copy link
Member

mre commented Oct 23, 2023

Great. 😊
I think the lint issues are unrelated. We could tackle them in a separate PR. Not sure if you can find the time for this, but I'd be happy to accept a PR.
The failing test also looks unrelated (?). Or do you think you touched that part? 🤔

@HU90m
Copy link
Contributor Author

HU90m commented Nov 11, 2023

I'm pretty certain the failing tests are unrelated.

Sorry, for such a slow reply. I kept meaning to find time to fix these failures, but haven't.

@mre mre merged commit c9b707e into lycheeverse:master Jan 5, 2024
7 checks passed
@mre
Copy link
Member

mre commented Jan 5, 2024

A rebase on top of master fixed it. Thanks for the pull request and apologies for the delay @HU90m.

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

Successfully merging this pull request may close these issues.

None yet

2 participants