Yep, amen , Steve I just a few minutes ago...thanks a bunch

Much appreciated.

Regards, 
Scott J Ford
Software Engineer
http://www.identityforge.com/
 
 

________________________________
 From: Steve Comstock <st...@trainersfriend.com>
To: ASSEMBLER-LIST@LISTSERV.UGA.EDU 
Sent: Tuesday, April 16, 2013 5:26 PM
Subject: Re: Translate Table
  

From the Tachyon site:


Turkish EBCDIC:

   http://www.tachyonsoft.com/cp01026.htm
or
   http://www.tachyonsoft.com/cp01155.htm


Turkish ASCII:

   http://www.tachyonsoft.com/iso88599.htm




Go forth and translate


On 4/16/2013 2:55 PM, Duffy Nightingale, SSPI wrote:
> Here is my reply - which I thought ended up going to your personal email.
>
> Oddly enough, I could easily believe that.  We didn't do Turkish ASCII and
> we were going EBCDIC to ASCII but it was a foreign language issue.  It was
> very difficult. If you can't find a table, what we ended up doing is using
> two charts.  You would want one in Turkish ASCII that will shows the ASCII
> value and pic of the character.  Then same for EBCDIC.  Then you just go
> thru and match them up by char picture and build your table.  By the way, we
> found the EBCDIC chart by searching in IBM.  I think we started at ibm.com.
> We had to go from EBCDIC to a compact version of Unicode.  Boy that was fun.
> Bit positions in different positions meant different len bytes to represent
> a character.  Standard assembler bit twiddling!
>
> Duffy
>
> -----Original Message-----
> From: IBM Mainframe Assembler List [mailto:ASSEMBLER-LIST@LISTSERV.UGA.EDU]
> On Behalf Of Steve Comstock
> Sent: Tuesday, April 16, 2013 1:06 PM
> To: ASSEMBLER-LIST@LISTSERV.UGA.EDU
> Subject: Re: Translate Table
>
> On 4/16/2013 12:27 PM, Scott Ford wrote:
>> Guys,
>>
>> Has anyone seen a table similar to EZACICTR to translate ASCII to
>> EBCDIC ...I am looking for one that does would you believe Turkish Ascii
> to EBCDIC ...
>>
>> I would appreciate any pointers or help
>>
>> Scott J Ford
>> Software Engineer
>> http://www.identityforge.com/
>>
>
> Scott,
>
> Ya' _gotta'_ set the Reply-to address to the group, or none of us sees the
> replies.
>
> Anyway, I would start here:
>
>     http://www.tachyonsoft.com/cpindex.htm
>
> They have many code pages; find the two you are working with and build your
> own table.
>
>
>
> --
>
> Kind regards,
>
> -Steve Comstock
> The Trainer's Friend, Inc.
>
> 303-355-2752
> http://www.trainersfriend.com
>
> * To get a good Return on your Investment, first make an investment!
>     + Training your people is an excellent investment
>
> * Try our tool for calculating your Return On Investment
>       for training dollars at
>     http://www.trainersfriend.com/ROI/roi.html
>


--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-355-2752
http://www.trainersfriend.com/

* To get a good Return on your Investment, first make an investment!
   + Training your people is an excellent investment

* Try our tool for calculating your Return On Investment
     for training dollars at
  http://www.trainersfriend.com/ROI/roi.html

Reply via email to