Ticket #1375 (closed defect: fixed)
URLs with escape chars as shown as %2
| Reported by: | tiran | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | qt/kde gui | Version: | devel |
| Keywords: | Cc: |
Description
I have sent a fried of mine an ordinary message with the following text (nothing more):
http://de.wikipedia.org/wiki/M%C3%BCnchen_%28Film%29
Where 'M%C3%BCnchen_%28Film%29' is the url encoded equivalent of 'München (Film)'. Both my chat window and the history window are showing the url as '%2'. The history file contains the correct url. Also the correct url was received by my friend. I had this problem several times before.
Further investigation has shown another possible related bug. The url 'http://de.wikipedia.org/wiki/München' in a chat window is underlined until the 'M' char and the rest is skippe. Clicking on the url opened a window with the url 'http://de.wikipedia.org/wiki/M'. It seems the url detection code doesn't like none ascii chars.
