1 /*---------------------------------------------------------------------------*
2  |              PDFlib - A library for generating PDF on the fly             |
3  +---------------------------------------------------------------------------+
4  | Copyright (c) 1997-2006 Thomas Merz and PDFlib GmbH. All rights reserved. |
5  +---------------------------------------------------------------------------+
6  |                                                                           |
7  |    This software is subject to the PDFlib license. It is NOT in the       |
8  |    public domain. Extended versions and commercial licenses are           |
9  |    available, please check http://www.pdflib.com.                         |
10  |                                                                           |
11  *---------------------------------------------------------------------------*/
12 
13 /* $Id: pc_ebcdic.h,v 1.22.2.14 2007/12/11 12:18:25 kurt Exp $
14  *
15  * EBCDIC conversion routines
16  *
17  */
18 
19 #ifndef PC_EBCDIC_H
20 #define PC_EBCDIC_H
21 
22 
23 /* must be defined everywhere (see encoding "winansi_ebcdic") */
24 #if !defined(PDF_CODEPAGE)
25 #define PDF_CODEPAGE 37
26 #endif
27 
28 
29 #endif	/* PC_EBCDIC_H */
30 
31