Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 632

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="default-lowercase-list">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename default-lowercase-list.html>

<RefMeta>
  <RefEntryTitle>default-lowercase-list</RefEntryTitle>
  <RefMiscInfo Role="file">dblib.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>default-lowercase-list</RefName>
  <RefPurpose>The default list of lowercase characters</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
default-lowercase-list
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
The default list of lowercase characters.  The order and sequence
of characters
in this list must match the order and sequence in 
<literal>default-uppercase-list</literal>.</para>


</RefSect1>

<RefSect1><Title>Author</Title>

<para>
Norman Walsh, &lt;ndw@nwalsh.com&gt;
</para>
</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define default-lowercase-list
  ;; The default list of lowercase characters
  '(#\a #\b #\c #\d #\e #\f #\g #\h #\i #\j #\k #\l #\m
    #\n #\o #\p #\q #\r #\s #\t #\u #\v #\w #\x #\y #\z))
</ProgramListing>
</RefSect1>

</RefEntry>