Convert quotes correctly for German texts.

Submitted by:	Udo Erdelhoff <ue@nathan.ruhr.de>
This commit is contained in:
Alexander Langer 2001-01-06 12:33:46 +00:00
parent 111be898ad
commit 7cd9faa2d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36854

View File

@ -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;")