issue388: [patch] support for network.standard-url.encode-utf8

Priority: bug Status: unread
Files
File name Uploaded Type Edit Remove
conkeror-uri-decode.diff a13, 2012-01-12.15:36:15 text/x-patch
Messages
msg975 (view) Author: a13 Date: 2012-01-12.15:36:15
According to standard, conkeror uses converted to utf-8 URLs. But sometimes (e.g. mediawiki in non-latin
languages) encoded url isn't readable enough. This patch tells conkeror to decode URLs
(mini-buffer/mode-line/history autocompletion), when network.standard-url.encode-utf8 is set to 'false'
(like Firefox-based browsers do).

May be it's quick and dirty, but works for me like a charm :)

---
WBR, Dmitry
History
Date User Action Args
2012-01-26 14:21:29a13setpriority: feature -> bug
2012-01-12 18:51:25a13setpriority: wish -> feature
2012-01-12 15:36:17a13create