diff -r f06c5eba524d -r b6d834208d33 core/expat-2.0.1/xmlwf/codepage.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/expat-2.0.1/xmlwf/codepage.h Tue Feb 02 21:49:24 2016 +0000 @@ -0,0 +1,6 @@ +/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd + See the file COPYING for copying permission. +*/ + +int codepageMap(int cp, int *map); +int codepageConvert(int cp, const char *p);