mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 11:12:29 +00:00
feat(xml): add XML functions
This commit is contained in:
parent
125ffec928
commit
4e43886e37
142 changed files with 68501 additions and 0 deletions
6
vendor/expat-2.0.1/xmlwf/codepage.h
vendored
Executable file
6
vendor/expat-2.0.1/xmlwf/codepage.h
vendored
Executable file
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue