xref: /minix3/external/mit/expat/dist/xmlwf/codepage.h (revision 1230fdc108a70388f87f1b3abdb6731e789a6d94)
1*1230fdc1SLionel Sambuc /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2*1230fdc1SLionel Sambuc    See the file COPYING for copying permission.
3*1230fdc1SLionel Sambuc */
4*1230fdc1SLionel Sambuc 
5*1230fdc1SLionel Sambuc int codepageMap(int cp, int *map);
6*1230fdc1SLionel Sambuc int codepageConvert(int cp, const char *p);
7