Sophie

Sophie

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

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

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

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

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

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

<RefSect1><Title>Description</Title>

<para>
The default list of uppercase characters.  The order and sequence
of characters
in this list must match the order and sequence in 
<literal>default-lowercase-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-uppercase-list
  ;; The default list of uppercase 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>