codepage.h 197 B

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