Annotation of pgp/src/charset.h, revision 1.1.1.4

1.1.1.3   root        1: 
                      2: /* Internal/External representation conversion macros for conversion of
                      3:  * user ID's (will be implemented in a future release of PGP, now they
                      4:  * are just dummies)
                      5:  */
1.1.1.4 ! root        6: #define        CONVERT_TO_CANONICAL_CHARSET(s)
        !             7:             /* String to internal string (at same place) */
1.1.1.3   root        8: #define        LOCAL_CHARSET(s)        s       /* String to external string */
                      9: 
                     10: extern char INT_C(char c);      /* Char to internal char */
                     11: extern char EXT_C(char c);      /* Char to external char */
                     12: 
                     13: /* Plaintext files import/export conversion modes */
                     14: 
                     15: #define NO_CONV  0      /* No conversion needed */
                     16: #define INT_CONV 1      /* Convert text to internal representation */
                     17: #define EXT_CONV 2      /* Convert text to external representation */
                     18: 
                     19: extern int CONVERSION;  /* Global var to rule copyfiles */
                     20: 
                     21: 
                     22: extern void init_charset(void);
                     23: extern int to_upper(int c);
                     24: extern int to_lower(int c);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.