After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 579943 - URL handler doesn't recognize chars äÄöÖåÅ in urls.
URL handler doesn't recognize chars äÄöÖåÅ in urls.
Status: RESOLVED DUPLICATE of bug 578929
Product: gnome-terminal
Classification: Core
Component: general
2.26.x
Other All
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-23 10:57 UTC by wally
Modified: 2009-04-23 11:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
URL handler patch (949 bytes, patch)
2009-04-23 11:03 UTC, wally
rejected Details | Review
Fixed URL handler patch (953 bytes, patch)
2009-04-23 11:12 UTC, wally
none Details | Review

Description wally 2009-04-23 10:57:26 UTC
Please describe the problem:
It's possible to have a scandic chars like Ä, Ö or Å in urls. E.g. http://fi.wikipedia.org/wiki/Å or http://www.älypää.com

However, URL handler in gnome-terminal doesn't recognize those chars belonging to the url.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 wally 2009-04-23 11:02:09 UTC
I've made some fast patching to change the behavior...
Comment 2 wally 2009-04-23 11:03:04 UTC
Created attachment 133171 [details] [review]
URL handler patch
Comment 3 Christian Persch 2009-04-23 11:10:54 UTC
That patch was a joke, right?

*** This bug has been marked as a duplicate of 578929 ***
Comment 4 wally 2009-04-23 11:12:04 UTC
Created attachment 133172 [details] [review]
Fixed URL handler patch
Comment 5 wally 2009-04-23 11:13:44 UTC
(In reply to comment #3)
> That patch was a joke, right?
> 
Oh, just made some fast patching... :)