]> git.ipfire.org Git - thirdparty/cups.git/blame - pdftops/UnicodeTypeTable.h
Load cups into easysw/current.
[thirdparty/cups.git] / pdftops / UnicodeTypeTable.h
CommitLineData
ef416fc2 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
14extern GBool unicodeTypeL(Unicode c);
15
16extern GBool unicodeTypeR(Unicode c);
17
18extern Unicode unicodeToUpper(Unicode c);
19
20#endif