Uzbl

Tasklist

FS#115 - uzbl should url encode urls instead of relying on utf8 being there

Attached to Project: Uzbl
Opened by Andraž 'ruskie' Levstik (ruskie) - 2009-09-10 03:34:00 PM
Task Type Bug Report
Category uzbl-core
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Basically I I've hit an interesting bug today:

Upon doing a :cp_ which is: bind :cp_ = sh 'echo -n $6 | xclip'

I got the following out of it:
http://icanhascheezburger.com/2007/08/20/legokittyâD¢/

This doesn't work...

The link I should have recieved was this:
http://icanhascheezburger.com/2007/08/20/legokitty%e2%84%a2/

The other problem I found was if I copied:
http://icanhascheezburger.com/2007/08/20/legokitty™/

into uzbl I lost the ™ from it in case I didn't lose it this is the URL I got in the end:
http://icanhascheezburger.com/2007/08/20/legokittyxe2x84xa2/

I know that not much can be done for the external into uzbl but from uzbl out it should copy url encoded.
This task depends upon

Loading...