From 2afd7549bcc0ba43b956922a7f71cbcad036a404 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 16 Sep 2017 14:39:37 +0200 Subject: [PATCH] Encode Unicode in old config as escapes This seems to fix #2971. --- qutebrowser/config/configdiff.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configdiff.py b/qutebrowser/config/configdiff.py index 16013f064..16a8e5144 100644 --- a/qutebrowser/config/configdiff.py +++ b/qutebrowser/config/configdiff.py @@ -173,8 +173,8 @@ uppercase = false dictionary = /usr/share/dict/words auto-follow = unique-match auto-follow-timeout = 0 -next-regexes = \\bnext\\b,\\bmore\\b,\\bnewer\\b,\\b[>→≫]\\b,\\b(>>|»)\\b,\\bcontinue\\b -prev-regexes = \\bprev(ious)?\\b,\\bback\\b,\\bolder\\b,\\b[<←≪]\\b,\\b(<<|«)\\b +next-regexes = \\bnext\\b,\\bmore\\b,\\bnewer\\b,\\b[>\u2192\u226b]\\b,\\b(>>|\xbb)\\b,\\bcontinue\\b +prev-regexes = \\bprev(ious)?\\b,\\bback\\b,\\bolder\\b,\\b[<\u2190\u226a]\\b,\\b(<<|\xab)\\b find-implementation = python hide-unmatched-rapid-hints = true [searchengines]