ZOSOpenTools / utils

Deprecated - Moved to https://github.com/ZOSOpenTools/meta
https://github.com/ZOSOpenTools/meta
Apache License 2.0
3 stars 2 forks source link

updates to support an ASCII echo or EBCDIC echo #94

Closed MikeFultonDev closed 1 year ago

MikeFultonDev commented 1 year ago

I am looking to provide 'echo' in coreutils. Before I can safely do that, and use it in our tools, I need to tweak a few spots where we assume echo will create an EBCDIC file. Now it checks if it really is EBCDIC before converting it to ASCII.

IgorTodorovskiIBM commented 1 year ago

Should we move asciiecho() to common.inc?

MikeFultonDev commented 1 year ago

That sounds good to move asciiecho to common.inc - can we do that as a follow-on issue?

IgorTodorovskiIBM commented 1 year ago

sure!