mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 11:15:46 +01:00
Fix botched charset conversion in options.txt (previously UTF-8, but converted as if ISO 8859-1)
This commit is contained in:
@@ -486,7 +486,7 @@ ____
|
||||
|\'nextpattern'|
|
||||
||'nextpattern'|| stringlist
|
||||
____
|
||||
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
|
||||
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
|
||||
|
||||
Patterns to use when guessing the \'next' page in a document sequence. Each
|
||||
pattern, in order, is matched against all links in the page with the first
|
||||
@@ -578,7 +578,7 @@ ____
|
||||
|\'previouspattern'|
|
||||
||'previouspattern'|| stringlist
|
||||
____
|
||||
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
|
||||
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
|
||||
|
||||
Patterns to use when guessing the \'previous' page in a document sequence. Each
|
||||
pattern, in order, is matched against all links in the page with the first
|
||||
@@ -798,7 +798,7 @@ ____
|
||||
|\'wsp'| |\'wordseparators'| +
|
||||
||'wordseparators' 'wsp'|| string
|
||||
____
|
||||
(default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
|
||||
(default: [\.,!\?:;/\\"\^\$%&?\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
|
||||
|
||||
A regexp which defines the word separators which are used for the
|
||||
'hintmatching' types "wordstartswith" and "firstletters" to split the words in
|
||||
|
||||
Reference in New Issue
Block a user