| Summary: | some characters are encoded wrong when dropping a URL onto rekonq | ||
|---|---|---|---|
| Product: | [Unmaintained] rekonq | Reporter: | thomas gahr <kde-bugzilla> |
| Component: | general | Assignee: | Andrea Diamantini <adjam7> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pano9000 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | possible fix: convert url to ascii before converting it with .toEncoded() EDIT: nevermind, breaks punycode of course... | ||
|
Description
thomas gahr
2010-01-28 17:03:49 UTC
Created attachment 40327 [details]
possible fix: convert url to ascii before converting it with .toEncoded()
EDIT: nevermind, breaks punycode of course...
not sure if this completely defeats the purpose of .toEncoded()...
|