swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
  Related Syntax    
declaration/definition   declare name-letters, name-letters    

Syntax

  declare name-letters string string


Purpose

A declaration used to identify an uppercase/lowercase relationship of characters above ASCII 127.

There are several constraints on this declaration:

This means that:

In the final analysis, an uppercase name character has zero, one, or more than one lowercase name character.

This example defines the upper/lowercase relationship between all of the "accented" letters in the Latin 1 character set:

  declare name-letters
     "%10r{192,193,194,195,196,197,198,199,200,201}" _
     "%10r{202,203,204,205,206,207,208,209,210,211}" _
     "%10r{212,213,214,216,217,218,219,220,221,222}"

     "%10r{224,225,226,227,228,229,230,231,232,233}" _
     "%10r{234,235,236,237,238,239,240,241,242,243}" _
     "%10r{244,245,246,248,249,250,251,252,253,254}"

    Related Syntax
   declare letters
 
 
----

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:07:08 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.