[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem: Post data getting garbled on British customer's box



Scott Klement wrote:
> You can control how data is translated by the calling the http_setCCSIDs 
> routine.
> 
> If the postData is in US EBCDIC, you'd do:
> 
>     callp http_setccsids( 1208 : 37 );
> 
> If the postData is in UK EBCDIC, it'd be:
> 
>     callp http_setccsids( 1208 : 285 );

Worked perfectly. Thanks.

--
JHHL
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------