michael@0: /****************************************************************************** michael@0: * Copyright (C) 2008-2012, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: ******************************************************************************* michael@0: */ michael@0: michael@0: #ifndef __PKG_ICU_H__ michael@0: #define __PKG_ICU_H__ michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_" michael@0: michael@0: U_CAPI int U_EXPORT2 michael@0: writePackageDatFile(const char *outFilename, const char *outComment, michael@0: const char *sourcePath, const char *addList, icu::Package *pkg, michael@0: char outType); michael@0: michael@0: U_CAPI icu::Package * U_EXPORT2 michael@0: readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn); michael@0: michael@0: #endif