1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-04 13: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:
Kris Maglione
2008-12-06 12:02:30 -05:00
parent 5318a24d5a
commit 4c6aa1f585

View File

@@ -486,7 +486,7 @@ ____
|\'nextpattern'| |\'nextpattern'|
||'nextpattern'|| stringlist ||'nextpattern'|| stringlist
____ ____
(default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b) (default: \bnext,^>$,^(>>|»)$,^(>|»),(>|»)$,\bmore\b)
Patterns to use when guessing the \'next' page in a document sequence. Each 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 pattern, in order, is matched against all links in the page with the first
@@ -578,7 +578,7 @@ ____
|\'previouspattern'| |\'previouspattern'|
||'previouspattern'|| stringlist ||'previouspattern'|| stringlist
____ ____
(default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$) (default: \bprev|previous\b,^<$,^(<<|«)$,^(<|«),(<|«)$)
Patterns to use when guessing the \'previous' page in a document sequence. Each 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 pattern, in order, is matched against all links in the page with the first
@@ -798,7 +798,7 @@ ____
|\'wsp'| |\'wordseparators'| + |\'wsp'| |\'wordseparators'| +
||'wordseparators' 'wsp'|| string ||'wordseparators' 'wsp'|| string
____ ____
(default: [\.,!\?:;/\\"\^\$%&§\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-]) (default: [\.,!\?:;/\\"\^\$%&?\(\)\[\]\\{\\}<>#\\*\+\\|=~ _\\-])
A regexp which defines the word separators which are used for the A regexp which defines the word separators which are used for the
'hintmatching' types "wordstartswith" and "firstletters" to split the words in 'hintmatching' types "wordstartswith" and "firstletters" to split the words in