1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 06_8bit_manual.dpatch by Roland Rosenfeld <roland@debian.org>
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Stop converting 8bit chars in the documentation (#203697)
8 diff -urNad '--exclude=CVS' '--exclude=.svn' privoxy~/doc/source/ldp.dsl.in privoxy/doc/source/ldp.dsl.in
9 --- privoxy~/doc/source/ldp.dsl.in
10 +++ privoxy/doc/source/ldp.dsl.in
13 ;; this is necessary because right now jadetex does not understand
\r
14 ;; symbolic entities, whereas things work well with numeric entities.
\r
15 -(declare-characteristic preserve-sdata?
\r
16 - "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
\r
18 +;(declare-characteristic preserve-sdata?
\r
19 +; "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
\r
22 ;; put the legal notice in a separate file
\r
23 (define %generate-legalnotice-link%
\r
26 ;; this is necessary because right now jadetex does not understand
\r
27 ;; symbolic entities, whereas things work well with numeric entities.
\r
28 -(declare-characteristic preserve-sdata?
\r
29 - "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
\r
31 +;(declare-characteristic preserve-sdata?
\r
32 +; "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
\r
35 ;; put the legal notice in a separate file
\r
36 (define %generate-legalnotice-link%
\r