diff options
author | alex <alex@FreeBSD.org> | 2001-01-06 20:33:46 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2001-01-06 20:33:46 +0800 |
commit | af9b19e6149fb92ade92db50b7a3256fa04cda17 (patch) | |
tree | 4c6cdcdf4c143ba1167277d89ec04a22ce2d8916 /textproc | |
parent | dabe5b651cb3fcddc6c2449a390f12c4caf5bb49 (diff) | |
download | freebsd-ports-gnome-af9b19e6149fb92ade92db50b7a3256fa04cda17.tar.gz freebsd-ports-gnome-af9b19e6149fb92ade92db50b7a3256fa04cda17.tar.zst freebsd-ports-gnome-af9b19e6149fb92ade92db50b7a3256fa04cda17.zip |
Convert quotes correctly for German texts.
Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'textproc')
-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;") + |