]> git.ipfire.org Git - thirdparty/cups.git/blob - pdftops/UnicodeTypeTable.h
Merge changes from CUPS 1.4svn-r7199.
[thirdparty/cups.git] / pdftops / 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 "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 #endif