summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h')
-rw-r--r--Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h b/Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h
new file mode 100644
index 00000000000..939e9160f58
--- /dev/null
+++ b/Build/source/libs/poppler/poppler-0.12.4/poppler/UnicodeTypeTable.h
@@ -0,0 +1,34 @@
+//========================================================================
+//
+// UnicodeTypeTable.h
+//
+// Copyright 2003 Glyph & Cog, LLC
+//
+//========================================================================
+
+//========================================================================
+//
+// Modified under the Poppler project - http://poppler.freedesktop.org
+//
+// Copyright (C) 2006 Ed Catmur <ed@catmur.co.uk>
+//
+// To see a description of the changes please see the Changelog file that
+// came with your tarball or type make ChangeLog if you are building from git
+//
+//========================================================================
+
+#ifndef UNICODETYPETABLE_H
+#define UNICODETYPETABLE_H
+
+#include "goo/gtypes.h"
+
+extern GBool unicodeTypeL(Unicode c);
+
+extern GBool unicodeTypeR(Unicode c);
+
+extern Unicode unicodeToUpper(Unicode c);
+
+extern Unicode *unicodeNormalizeNFKC(Unicode *in, int len,
+ int *out_len, int **offsets);
+
+#endif