home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / RUNTIME.Z / SystemCharacterSetAux.dict < prev    next >
Text File  |  1996-09-11  |  757b  |  40 lines

  1. /*
  2.  * SystemCharacterSetAux.dict - auxiliary (non-bitmap) system character sets.
  3.  */
  4. {
  5.     controlCharacterSet = {
  6.     nsingles = 0;
  7.     nranges = 2;
  8.     singmin = 131071;
  9.     singmax = 0;
  10.     singles = ();
  11.     ranges = (0, 31, 128, 159);
  12.     };
  13.  
  14.     whitespaceCharacterSet = {
  15.     nsingles = 4;
  16.     nranges = 1;
  17.     singmin = 9;
  18.     singmax = 12288;
  19.     singles = (9, 32, 160, 12288);
  20.     ranges = (8192, 8203);
  21.     };
  22.  
  23.     whitespaceAndNewlineCharacterSet = {
  24.     nsingles = 5;
  25.     nranges = 1;
  26.     singmin = 9;
  27.     singmax = 12288;
  28.     singles = (9, 10, 32, 160, 12288);
  29.     ranges = (8192, 8203);
  30.     };
  31.  
  32.     viramaCharacterSet = {
  33.     characters = (0x094D, 0x09CD, 0x0A4D, 0x0ACD, 0x0B4D, 0x0BCD, 0x0C4D, 0x0CCD, 0x0D4D);
  34.     };
  35.  
  36.     joinerAndNonJoinerCharacterSet = {
  37.     characters = (0x200C, 0x200D);
  38.     }
  39. }
  40.