|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Overpunch (EBCDIC) Conversion FunctionDoes anyone know where I can find a function to convert numeric data to
overpunch format? I've looked around but I can't seem to find any. Ernie Some are here:
http://www.google.com/search?hl=en&lr=&q=ebcdic+delphi Also look for references to Hollerith Show quoteHide quote "Ernie Otero" <eoteroNOSPAM@dsli.com> wrote in message news:AOSdneVsAaLejUDeRVn-jA@dsli.com... > Does anyone know where I can find a function to convert numeric data to > overpunch format? I've looked around but I can't seem to find any. > > Ernie Oops. Sorry, wrong fora:
http://www.google.com/search?hl=en&lr=&q=ebcdic+vb Dan Show quoteHide quote "Ernie Otero" <eoteroNOSPAM@dsli.com> wrote in message news:AOSdneVsAaLejUDeRVn-jA@dsli.com... > Does anyone know where I can find a function to convert numeric data to > overpunch format? I've looked around but I can't seem to find any. > > Ernie Ernie,
Although some think that, you cannot convert direct in general EBCDIC to ASCII. EBCDIC a 8 bit code (256 characters are described) ASCII is a 7 bit code (128 characters are described) They are not even all the same, morever in ASCII is used to fullfil the need for some characters a kind of sometimes called non existing Extendend ASCII where the top bit is used to create codes, depending on whatever need. By instance in the PC by IBM/Microsoft first done with codepages as 457 and 850. I am not sure what you mean with an Overpunch, where I assume a 12/11 in an IBM punchcard which had the function to give a plus and a minus field. That has nothing to do with EBCDIC however more how a numeric value was represented in a punchcard, some had the system to put the minus (11) in the first (most significant) position some did it on the last (less significant). However there has never been an overal system for that as there are now for that kind of things. Just my idea. Cor "Ernie Otero" <eoteroNOSPAM@dsli.com> schrieb: EBCDIC Encoding with .NET> Does anyone know where I can find a function to convert numeric data to > overpunch format? I've looked around but I can't seem to find any. <URL:http://www.yoda.arachsys.com/csharp/ebcdic/> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> |
|||||||||||||||||||||||