Fw: (dsssl) About define-language.--correction

Subject: Fw: (dsssl) About define-language.--correction
From: "Paul Tyson" <paul@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Mar 2002 21:54:07 -0800
I apologize for the slip of the fingers that sent this too soon.  Just ignore the sentence fragment:

    "If you don't want to use"

--Paul

----- Original Message ----- 
From: "Paul Tyson" <paul@xxxxxxxxxxxxxxxxxxxxxx>
To: <dssslist@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, March 06, 2002 9:48 PM
Subject: Re: (dsssl) About define-language.


The last time I had this problem, I just defined a language in my stylesheet, as the spec says (8.5.8.2.1):

(define-language en
    (collate
        (order
            (forward)
            #\space #\A #\a #\B #\b . . .))
    (toupper (#\a #\A) (#\a #\B) . . .)
    (tolower (#\A #\a) (#\B #\b) . . .))

Then include:
(declare-default-language en)

Or whatever language you want to use.

If you don't want to use
^^^^^^^^^^^^^^^^^^ ignore


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist

Current Thread