codepage.h 196 B

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