home *** CD-ROM | disk | FTP | other *** search
/ Languages Around the World / LanguageWorld.iso / language / vietnam / lambai / charset.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-02  |  358 b   |  18 lines

  1. /*
  2.  *    @(#)charset.h    1.1       TriChlor: 7/26/91 14:17:10
  3.  */
  4.  
  5. #ifndef _CHARSET_H_
  6. #define _CHARSET_H_
  7.  
  8. #include "charsetascii.h"
  9. #include "charsetvn.h"
  10.  
  11. /* Renamed (*not* replaced) US-ASCII characters */
  12. #define    C_acute        C_apostrophe
  13. #define    C_grave        C_backquote
  14. #define    C_dot_below    C_period
  15. #define    C_circumflex    C_caret
  16.  
  17. #endif _CHARSET_H_
  18.