home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ckmxla.h < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. /* $Id: ckmxla.h,v 1.5 91/12/15 23:18:09 rick Exp $
  2.  * $Source: /uw/mackermit/RCS/ckmxla.h,v $
  3.  *------------------------------------------------------------------
  4.  * $Log:    ckmxla.h,v $
  5.  * Revision 1.5  91/12/15  23:18:09  rick
  6.  * ut9
  7.  * 
  8.  * Revision 1.4  91/10/21  21:43:22  fdc
  9.  * Make it compatible with Unix version.
  10.  * 
  11.  * Revision 1.3  91/09/12  21:51:00  rick
  12.  * UT(3). Install on watsun
  13.  * 
  14.  * Revision 1.2  1991/09/10  22:21:52  rick
  15.  * Update to UTexas(2)
  16.  *
  17.  * Revision 1.1  1991/09/10  19:18:12  rick
  18.  * Initial revision
  19.  *
  20.  *------------------------------------------------------------------
  21.  * $Endlog$
  22.  */
  23.  
  24. /*
  25.   File CKMXLA.H
  26.   Language and Character Set Support for Apple Macintosh.
  27.  
  28.   Authors: F. da Cruz, Columbia University, 1992.
  29.            P. Placeway, BBN, 1990.
  30. */
  31.  
  32. /*
  33.   Copyright (C) 1985, 1992, Trustees of Columbia University in the City of New
  34.   York.  Permission is granted to any individual or institution to use this
  35.   software as long as it is not sold for profit.  This copyright notice must be
  36.   retained.  This software may not be included in commercial products without
  37.   written permission of Columbia University.
  38. */
  39. /* Codes for local file character sets */
  40.  
  41. /* #define FC_TRANSP  254 */ /* Transparent (magic number) */
  42. #define FC_USASCII 0    /* ASCII */
  43. #define FC_1LATIN  1    /* ISO 8859-1 Latin Alphabet 1 */
  44. #define FC_USMAC   2     /* USA-style Apple Macintosh extended char set */
  45. #define FC_APPQD   2    /* Synonym for compatibility with UNIX/VMS version */
  46. /*
  47.   Add many national variant Mac character sets here -- Iceland, etc...
  48. */
  49. #define MAXFCSETS  2   /* Highest file character-set number */
  50.