]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/expat/xmlwf/codepage.h
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / expat / xmlwf / codepage.h
1 /* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
2    See the file COPYING for copying permission.
3 */
4
5 int codepageMap(int cp, int *map);
6 int codepageConvert(int cp, const char *p);