> 
> #ifdef AS400
>      fp = fopen(workerFile, "w, o_ccsid=0");
> #else
>      fp = fopen(workerFile, "w");
> #endif      
>   
> Is this abstractive code enough ;)

That was the initial price to have iSeries support in JK2.

But that's rigth, I'll create a jk_os.c to hide this
from main code (in both jk 1.2.0 and 2.0.0).

But will still have to use ifdef with
EBCDIC system (iSeries / BS2000), for example
in JNI areas or request encoding/decoding.




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to