← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK: Re: qoute and entity question

From
@orman Valsh
Date
2002-08-22T11:19:14+00:00
ID
Thread
DOCBOOK: Re: qoute and entity question
/ Bar嫢h G墎or <> was heard to say:
| i have two simple questions:
| 1. my doc lang is hu and i have some <qoute>(bb|[^b]{2})</qoute>.
| what else can i do to render this prefect in hungarian like that:
| ,,(bb|[^b]{2})''
| (i use dsssl/openjade)

In a customization layer, redefine:

(define %gentext-hu-start-quote% (dingbat "ldquo"))
(define %gentext-hu-end-quote% (dingbat "rdquo"))
(define %gentext-hu-start-nested-quote% (dingbat "lsquo"))
(define %gentext-hu-end-nested-quote% (dingbat "rsquo"))

so that they refer to the appropriate characters.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <>      | Between the ages of twenty and
http://www.oasis-open.org/docbook/ | forty we are engaged in the
Chair, DocBook Technical Committee | process of discovering who we are,
                                   | which involves learning the
                                   | difference between accidental
                                   | limitations which it is our duty
                                   | to outgrow and the necessary
                                   | limitations of our nature beyond
                                   | which we cannot trespass with
                                   | impunity.--W. H. Auden
← Prev in month ← Prev in thread
Next in thread → Next in month →