home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 February / comcd0202.iso / homepage / testsw / code / arv111 / data1.cab / Program_Executable_Files / sgml-lib / i18n.dcl < prev    next >
Encoding:
Text File  |  2000-09-10  |  3.1 KB  |  96 lines

  1.    <!SGML  "ISO 8879:1986"
  2.    --
  3.         SGML Declaration for HyperText Markup Language version 2.x
  4.            (HTML 2.x = HTML 2.0 + i18n).
  5.  
  6.         Modified by Liam Quinn to work around SP's 16-bit character limit.
  7.    --
  8.  
  9.    CHARSET
  10.             BASESET  "ISO Registration Number 177//CHARSET
  11.                       ISO/IEC 10646-1:1993 UCS-4 with
  12.                       implementation level 3//ESC 2/5 2/15 4/6"
  13.             DESCSET  0   9     UNUSED
  14.                      9   2     9
  15.                      11  2     UNUSED
  16.                      13  1     13
  17.                      14  18    UNUSED
  18.                      32  95    32
  19.                      127 1     UNUSED
  20.                      128 32    UNUSED
  21.                   -- SP is limited to 16-bit characters --
  22.                      160 65376 160
  23.                   -- 160 2147483486 160 --
  24.    --
  25.        In ISO 10646, the positions with hexadecimal
  26.        values 0000D800 - 0000DFFF, used in the UTF-16
  27.        encoding of UCS-4, are reserved, as well as the last
  28.        two code values in each plane of UCS-4, i.e. all
  29.        values of the hexadecimal form xxxxFFFE or xxxxFFFF.
  30.        These code values or the corresponding numeric
  31.        character references must not be included when
  32.        generating a new HTML document, and they should be
  33.        ignored if encountered when processing a HTML
  34.        document.
  35.    --
  36.  
  37.    CAPACITY        SGMLREF
  38.                    TOTALCAP        150000
  39.                    GRPCAP          150000
  40.              ENTCAP         150000
  41.  
  42.    SCOPE    DOCUMENT
  43.  
  44.    SYNTAX
  45.             SHUNCHAR CONTROLS 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  46.               17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 127
  47.  
  48.             BASESET  "ISO 646IRV:1991//CHARSET
  49.                       International Reference Version
  50.                       (IRV)//ESC 2/8 4/2"
  51.             DESCSET  0 128 0
  52.  
  53.             FUNCTION
  54.                      RE            13
  55.                      RS            10
  56.                      SPACE         32
  57.                      TAB SEPCHAR    9
  58.  
  59.             NAMING   LCNMSTRT ""
  60.                      UCNMSTRT ""
  61.                      LCNMCHAR ".-"
  62.                      UCNMCHAR ".-"
  63.                      NAMECASE GENERAL YES
  64.                               ENTITY  NO
  65.             DELIM    GENERAL  SGMLREF
  66.                      SHORTREF SGMLREF
  67.             NAMES    SGMLREF
  68.             QUANTITY SGMLREF
  69.                      ATTSPLEN 2100
  70.                      LITLEN   1024
  71.                      NAMELEN  72    -- somewhat arbitrary; taken from
  72.                                    internet line length conventions --
  73.                      PILEN    1024
  74.                      TAGLVL   100
  75.                      TAGLEN   2100
  76.                      GRPGTCNT 150
  77.                      GRPCNT   64
  78.  
  79.    FEATURES
  80.      MINIMIZE
  81.        DATATAG  NO
  82.        OMITTAG  YES
  83.        RANK     NO
  84.        SHORTTAG YES
  85.      LINK
  86.        SIMPLE   NO
  87.        IMPLICIT NO
  88.        EXPLICIT NO
  89.      OTHER
  90.        CONCUR   NO
  91.        SUBDOC   NO
  92.        FORMAL   YES
  93.      APPINFO    "SDA"  -- conforming SGML Document Access application
  94.                  --
  95.    >
  96.