Indy 9
GXXECodeTable
See Also, Unit: IdCoderXXE
Represents valid characters and their ordinal position in the XXEncode alphabet.
GXXECodeTable: string  = '+-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
Unit
IdCoderXXE
Description
GXXECodeTable is a String constant that represents the valid characters, and their ordinal position, in the XXEncode alphabet. GXXECodeTable includes the following:

  Position  Encoding  Position  Encoding
  0         +         32        U
  1         -         33        V
  2         0         34        W
  3         1         35        X
  4         2         36        Y
  5         3         37        Z
  6         4         38        a
  7         5         39        b
  8         6         40        c
  9         7         41        d
  10        8         42        e
  11        9         43        f
  12        A         44        g
  13        B         45        h
  14        C         46        i
  15        D         47        j
  16        E         48        k
  17        F         49        l
  18        G         50        m
  19        H         51        n
  20        I         52        o
  21        J         53        p
  22        K         54        q
  23        L         55        r
  24        M         56        s
  25        N         57        t
  26        O         58        u
  27        P         59        v
  28        Q         60        w
  29        R         61        x
  30        S         62        y
  31        T         63        z

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.