I'm trying to write a Ruby script that will translate data in EBCDIC and 
packed BCD format into ASCII and then into a MySQL database.  There are 
some very handy pack and unpack functions for strings, but I don't see any 
translation from EBCDIC.  Does anyone have a useful module for doing this?

-- Matt