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