RE: [PHP] BDC to ASCII Conversion

2006-05-11 Thread Jay Blanchard
[snip] > In dog we trust Am partial to "Dog is my co-pilot" [/snip] You must be a member of the First United Universal House of Dog -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] BDC to ASCII Conversion

2006-05-11 Thread Joe Henry
On Thursday 11 May 2006 10:08 am, Jim Moseby wrote: > In dog we trust Am partial to "Dog is my co-pilot" -- Joe Henry www.celebrityaccess.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] BDC to ASCII Conversion

2006-05-11 Thread Jim Moseby
> Yes...typo...I am a dyslexic dog > In dog we trust ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] BDC to ASCII Conversion

2006-05-11 Thread Jay Blanchard
[snip] I haven't heard of BDC. Did you mean BCD (binary coded decimal)? Or possibly EBCDIC? (What platform is this data coming from?) If it's EBCDIC data, there are plenty of translation tables you can use, (but you won't find a one-to-one correspondence in their character sets). [/snip] Yes...

Re: [PHP] BDC to ASCII Conversion

2006-05-11 Thread John Hicks
Jay Blanchard wrote: I have been searching, but does anyone know of a BDC to ASCII conversion tool for PHP right off the top of their head? If not, I'll have to write one I haven't heard of BDC. Did you mean BCD (binary coded decimal)? Or possibly EBCDIC? (What platform is this data coming

Re: [PHP] BDC to ASCII Conversion

2006-05-11 Thread tedd
At 10:03 AM -0500 5/11/06, Jay Blanchard wrote: I have been searching, but does anyone know of a BDC to ASCII conversion tool for PHP right off the top of their head? If not, I'll have to write one If you're on a Mac, just use the calculator. If not, you might try version tracker: http://

[PHP] BDC to ASCII Conversion

2006-05-11 Thread Jay Blanchard
I have been searching, but does anyone know of a BDC to ASCII conversion tool for PHP right off the top of their head? If not, I'll have to write one Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php