xref: /freebsd/contrib/expat/xmlwf/codepage.h (revision 0a10f22a30d61a6f32777a236a82d461129538cc)
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);
7