| Summary: | konqueror: bad local link generation in utf8 locale. | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Peter Volkov <torre_cremata> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | nico.kruber, thiago |
| Priority: | NOR | ||
| Version First Reported In: | 3.3.2 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Peter Volkov
2005-02-19 13:08:07 UTC
kde-3.4.0. Nothing changed... *** Bug 102900 has been marked as a duplicate of this bug. *** Could be a duplicate of Bug #55177 Good time Thiago. I don't think this is a duplicate of #55177 bug. konqueror should work with file:// and this does not concern any of w3c standarts. It's my local file system. The reference in html page is relative to the current html page (../name_of_new_page). So URI (URL) itself does not contain international caracters in it. So here is nothing common with #55177. The only i18n occurs when there is a russian word in the filesystem tree above my "webfilesystem" tree. Consider example. I have two html pages (w3c compliant, etc.) in my home dirrectory: /home/peter/мои_странички/dir1/A.html /home/peter/мои_странички/dir1/B.html A.html has the <a href="B.html">. When I click this reference мои_странички became converted to something completely wrong. I know nothing about web links, but I'm sure that local links should work in any way. Thank you for your attention, Peter. |