beta-0.89.2
[luatex.git] / source / libs / poppler / poppler-src / poppler / PDFDocEncoding.h
blob4f0840bb28a1f417d83ce0090c1b92a00d125705
1 //========================================================================
2 //
3 // PDFDocEncoding.h
4 //
5 // Copyright 2002-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
9 //========================================================================
11 // Modified under the Poppler project - http://poppler.freedesktop.org
13 // All changes made under the Poppler project to this file are licensed
14 // under GPL version 2 or later
16 // Copyright (C) 2007 Adrian Johnson <ajohnson@redneon.com>
18 // To see a description of the changes please see the Changelog file that
19 // came with your tarball or type make ChangeLog if you are building from git
21 //========================================================================
23 #ifndef PDFDOCENCODING_H
24 #define PDFDOCENCODING_H
26 #include "CharTypes.h"
28 class GooString;
30 extern Unicode pdfDocEncoding[256];
32 char* pdfDocEncodingToUTF16 (GooString* orig, int* length);
34 #endif