Greetings!
I'm in the process of porting Poco to the mainframe. By that I mean z/OS not z/Linux. It's going quite well but the big issues are ASCII related.
I notice that Poco has an ASCII class which is used by tokenizers. This won't do for an EBCDIC platform and nor will hard coded tests for ASCII
characters. Is there any reason why cctype or ctype.h were not utilized? Is there any other areas I should be looking at for ASCII/EBCDIC issues?
Also, I need to put some ASCII->EBCDIC EBCDIC->ASCII translation code into the Net library for HTTP, FTP etc. The stream classes are really
good so I suppose I should use EBCDICEncoder, ASCIIEncoder classes to do that. Any advice would be welcomed.





