#****************************************************************************** 
# @(#)                                                                          
# @(#)  File           :      ibmscs                                            
# @(#)                                                                          
# @(#)  Printer        :      Ibm SCS printer.                                  
# @(#)  Character Set  :      The data stream escape sequences are in EBCDIC 
# @(#)                        code page 37 to match the printer's manual.  
# @(#)                        This file is actually stored in ASCII.
# @(#)                                                                          
# @(#)  Date           :      09-01-98                                          
# @(#)  Driver Version :      6.1.01
# @(#)  Copyright      :      Baan Development n.v. (c)
# @(#)  Comment        :      This driver is developed by IBM-CTC of
# @(#)                        Baan Development n.v.
# @(#)                                                                         
# @(#)  Printing on systems with DBCS CCSID 933, 935, 937 and 5035:
# @(#)  ===========================================================
# @(#)      You have to create a new ibmscs driver and modify it using the
# @(#)  following information.
# @(#)  Note: the examples are for systems with CCSID 5035. 
# @(#)  1. Make a copy of the existing ibmscs driver in IFS and name it
# @(#)     ibmscs.xxx, where xxx is the CCSID of your system.
# @(#)     E.g.: cp $BSE/lib/printinf/i/ibmscs $BSE/lib/printinf/i/ibmscs.5035
# @(#)  2. Modify the new ibmscs.xxx driver in the following areas and cases:
# @(#)     * Character sizes (line 30-32):
# @(#)         The current code of character sizes is for SCD, which only
# @(#)     affects Single Byte Character Set (SBCS) character sizes. To affect
# @(#)     DBCS characters, you must add print code SIT to the strings here.
# @(#)     * Line drawing characters (line 37-47):
# @(#) 	       The current codes are in code page 37. You have to change these
# @(#)     to the code page of your system.
# @(#)     E.g.: for CCSID 5035 these would look like:
# @(#)         pctl=\0000,
# @(#)         pctr=\0000,
# @(#)         pcbl=\0000,
# @(#)         pcbr=\0000,
# @(#)         put=\0x3F,
# @(#)         prt=\0000,
# @(#)         plt=\0000,
# @(#)         pdt=\0x3F,
# @(#)         phb=\0x3F,
# @(#)         pvb=\0x4F,
# @(#)         pkr=\0000,
# @(#)     * Print features (line 52-66):
# @(#)         There is currently no known way to implement bold and underline
# @(#)     of DBCS characters using the ibmscs printer driver. Please, set the
# @(#)     pbold, pobold, punder and pounder values to 0x00.
# @(#)     This example goes for ALL supported DBCS code pages:
# @(#)         pbold=\0000,
# @(#)         pobold=\0000,
# @(#)         punder=\0000,
# @(#)         pounder=\0000,
# @(#)
#******************************************************************************

#******************************************************************************
# Booleans
#******************************************************************************

#******************************************************************************
# Setup
#******************************************************************************
initpr=\0000,
resetpr=\0000,

#******************************************************************************
# Character Sizes
#******************************************************************************
large=\0x2B\0xD2\0x04\0x29\0x00\0x0A,
middle=\0x2B\0xD2\0x04\0x29\0x00\0x0C,
small=\0x2B\0xD2\0x04\0x29\0x00\0x11,

#******************************************************************************
# Line Drawing Chars.  These are in code page 37
#******************************************************************************
pctl=\0000,
pctr=\0000,
pcbl=\0000,
pcbr=\0000,
put=\0x60,
prt=\0000,
plt=\0000,
pdt=\0x60,
phb=\0x60,
pvb=\0x4F,
pkr=\0000,

#******************************************************************************
# Print Features
#******************************************************************************
pbold=\0x2B\0xD1\0x3\0x8A\0x0,
pobold=\0x2B\0xD1\0x3\0x8E\0x0,
punder=\0x2B\0xD4\0x3\0x0A\0x0\0x0,
pounder=\0x2B\0xD4\0x2\0xE,
# pitalic=\0x00  // Not supported in SCS
# poitalic=\0x00 // Not supported in SCS
landscape=\0x2B\0xD3\0x07\0xF6\0x00\0x00\0x2D\0x00,
portrait=\0x2B\0xD3\0x07\0xF6\0x00\0x00\0x00\0x00,
bin1=\0x2B\0xD2\0x09\0x48\0x00\0x00\0x00\0x01\0x00\0x00\0x00\0x00,
bin2=\0x2B\0xD2\0x09\0x48\0x00\0x00\0x00\0x02\0x00\0x00\0x00\0x00,
bin3=\0x2B\0xD2\0x09\0x48\0x00\0x00\0x00\0x03\0x00\0x00\0x00\0x00,
psubscript=\0x38,
posubscript=\0x9,
psuperscript=\0x9,
posuperscript=\0x38,

#******************************************************************************
# Character Sets
#******************************************************************************
set0=\0000,
set1=\0000,
set2=,

#******************************************************************************
# NLS Table
#******************************************************************************
nls_out=,

#******************************************************************************
# Colors
#******************************************************************************

#******************************************************************************
# Fonts
#******************************************************************************

#******************************************************************************
# Barcode Directory.  Not available in SCS
#******************************************************************************
barcode_dir=,

#******************************************************************************
# User Defined
#******************************************************************************
