diff options
-rw-r--r-- | textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl b/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl new file mode 100644 index 000000000000..bb103523d757 --- /dev/null +++ b/textproc/dsssl-docbook-modular/files/patch-common_dbl1de.dsl @@ -0,0 +1,14 @@ +--- common/dbl1de.dsl.orig Thu Oct 26 14:33:11 2000 ++++ common/dbl1de.dsl Sat Jan 6 13:30:03 2001 +@@ -372,9 +372,9 @@ + (err (node-list-error msg (current-node)))) + msg)))) + +-(define %gentext-de-start-quote% "\U-201E;") ++(define %gentext-de-start-quote% (dingbat "ldquo")) + +-(define %gentext-de-end-quote% "\U-201C;") ++(define %gentext-de-end-quote% (dingbat "rdquo")) + + (define %gentext-de-start-nested-quote% "\U-201A;") + |