SmartPDF - lightweight pdf viewer app for rosapps
[reactos.git] / rosapps / smartpdf / poppler / poppler / UnicodeTypeTable.h
1 //========================================================================
2 //
3 // UnicodeTypeTable.h
4 //
5 // Copyright 2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef UNICODETYPETABLE_H
10 #define UNICODETYPETABLE_H
11
12 #include "goo/gtypes.h"
13
14 extern GBool unicodeTypeL(Unicode c);
15
16 extern GBool unicodeTypeR(Unicode c);
17
18 extern Unicode unicodeToUpper(Unicode c);
19
20 extern Unicode *unicodeNormalizeNFKC(Unicode *in, int len,
21 int *out_len, int **offsets);
22
23 #endif