FS#115 - uzbl should url encode urls instead of relying on utf8 being there
|
DetailsBasically 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