home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / expat / xmlwf / codepage.h < prev    next >
Encoding:
Text File  |  2000-04-21  |  197 b   |  8 lines

  1. /*
  2. Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
  3. See the file copying.txt for copying permission.
  4. */
  5.  
  6. int codepageMap(int cp, int *map);
  7. int codepageConvert(int cp, const char *p);
  8.