[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: IBM AS/400 Migration
From: |
Werner LEMBERG |
Subject: |
Re: IBM AS/400 Migration |
Date: |
Thu, 30 Mar 2000 14:45:02 +0200 (MSZ) |
> The big difference is the fact that the AS/400 uses EBCDIC not
> ASCII. I have to change some of the "Constants" (ie "head") back to
> ASCII. The compiler makes 'h' EBCDIC (0x88) I need 'h' ASCII (0x68).
If possible, encapsulate your changes into macros so that we need only one
#ifdef EBCDIC in the config file.
Werner