-
Notifications
You must be signed in to change notification settings - Fork 374
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
feat(gnoweb): Handle unicode characters in 404 page URL #1878
feat(gnoweb): Handle unicode characters in 404 page URL #1878
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1878 +/- ##
==========================================
- Coverage 54.60% 48.32% -6.29%
==========================================
Files 579 409 -170
Lines 77896 62680 -15216
==========================================
- Hits 42539 30293 -12246
+ Misses 32188 29856 -2332
+ Partials 3169 2531 -638
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
another unicode problems |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
좋아 보인다 💯
Description
Fixed the issue where non-ascii, but valid UTF-8 unicode characters were displayed as percent-encoding text on the 404 page.