diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/expat-2.0.0/xmlwf/codepage.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/expat-2.0.0/xmlwf/codepage.h Fri Jul 31 15:01:17 2009 +0100 @@ -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);