Re: Z/OS port of Regina REXX

2023-05-05 Thread Seymour J Metz
Sorry, I must have been looking at CP437. From: IBM Mainframe Discussion List on behalf of Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> Sent: Friday, May 5, 2023 8:10 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Z/OS port of

Re: Z/OS port of Regina REXX

2023-05-05 Thread Paul Gilmartin
On Fri, 5 May 2023 23:53:52 +, Seymour J Metz wrote: >I don't recall the details, but AA is '¬' on, e.g., CP852 and AC is '¬' on, >e.g., CP850. I see AA in both. Look like Windows box drawing code pages. ("not" is different from "upper right corner".) -- gil

Re: Z/OS port of Regina REXX

2023-05-05 Thread Seymour J Metz
M-MAIN@LISTSERV.UA.EDU Subject: Re: Z/OS port of Regina REXX On Fri, 5 May 2023 22:25:09 +, Seymour J Metz wrote: >What code page are you using? What release of Regina? In some code pages Not >is 'AA'X, in others 'AC'X. In Unicode it's U+00AC ('C2AC'X in UTF-8). > 533 $ locale LC_COLLA

Re: Z/OS port of Regina REXX

2023-05-05 Thread Paul Gilmartin
On Fri, 5 May 2023 22:25:09 +, Seymour J Metz wrote: >What code page are you using? What release of Regina? In some code pages Not >is 'AA'X, in others 'AC'X. In Unicode it's U+00AC ('C2AC'X in UTF-8). > 533 $ locale LC_COLLATE="en_US.UTF-8" trace R; parse version . 1 *-* parse

Re: Z/OS port of Regina REXX

2023-05-05 Thread Seymour J Metz
equ...@listserv.ua.edu> Sent: Friday, May 5, 2023 1:46 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Z/OS port of Regina REXX On Fri, 5 May 2023 12:12:46 -0500, Mike Schwab wrote: >On Wed, May 3, 2023 at 7:40 PM David Crayford wrote: > >> ... Oh well, that’s life dealing with the major suck

Re: Z/OS port of Regina REXX

2023-05-05 Thread Mike Schwab
Well, some mainframe compilers require a different code page for special characters they require, so anybody using the compiler might need a REXXPLI or REXXAPL version. On Fri, May 5, 2023 at 12:47 PM Paul Gilmartin <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > On Fri, 5 May 2023

Re: Z/OS port of Regina REXX

2023-05-05 Thread Paul Gilmartin
On Fri, 5 May 2023 12:12:46 -0500, Mike Schwab wrote: >On Wed, May 3, 2023 at 7:40 PM David Crayford wrote: > >> ... Oh well, that’s life dealing with the major suckage that is EBCDIC! >> >You could create a patch for the most common EBCDIC code page >(US.-ENG), then modify and test for

Re: Z/OS port of Regina REXX

2023-05-05 Thread Mike Schwab
On Wed, May 3, 2023 at 7:40 PM David Crayford wrote: > > > As I previously mentioned this port could be patched to support EBCDIC but > you will have a heavy lift patching the Flex lexer and Bison tables. Oh well, > that’s life dealing with the major suckage that is EBCDIC! Also, the >

Re: Z/OS port of Regina REXX

2023-05-04 Thread René Jansen
> > I don’t do SourceForge and the svn nonsense. Git is the dominant SCM and has > been ported and is supported on z/OS. > I agree 100% here. René. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: Z/OS port of Regina REXX

2023-05-04 Thread David Crayford
> On 5 May 2023, at 1:48 am, Paul Gilmartin > <042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > > On Thu, 4 May 2023 08:39:41 +0800, David Crayford wrote: >> >> Note that there is a “zos” branch in the Github repository that you will >> have the checkout. >> > Not in SourceForge,

Re: Z/OS port of Regina REXX

2023-05-04 Thread Paul Gilmartin
On Thu, 4 May 2023 08:39:41 +0800, David Crayford wrote: > >Note that there is a “zos” branch in the Github repository that you will have >the checkout. > Not in SourceForge, which is mostly mentioned on ? What path to Github? How is that related to:

Re: Z/OS port of Regina REXX

2023-05-03 Thread David Crayford
023, at 11:03 pm, Rick Troth wrote: > > This is excellent news! > Thanks! > > -- R; <>< > > > On 5/3/23 03:25, David Crayford wrote: >> Rick Troff asked me to make my z/OS port of Regina REXX public so I forked >> the repo and pushed it up he

Re: Z/OS port of Regina REXX

2023-05-03 Thread René Jansen
Great news David, thank you. best regards, René. > On 3 May 2023, at 09:25, David Crayford wrote: > > Rick Troff asked me to make my z/OS port of Regina REXX public so I forked > the repo and pushed it up here https://github.com/daveyc/regina > > I had to dust this off a

Re: Z/OS port of Regina REXX

2023-05-03 Thread Rick Troth
This is excellent news! Thanks! -- R; <>< On 5/3/23 03:25, David Crayford wrote: Rick Troff asked me to make my z/OS port of Regina REXX public so I forked the repo and pushed it up here https://github.com/daveyc/regina I had to dust this off a bit and make sure it still worked

Z/OS port of Regina REXX

2023-05-03 Thread David Crayford
Rick Troff asked me to make my z/OS port of Regina REXX public so I forked the repo and pushed it up here https://github.com/daveyc/regina I had to dust this off a bit and make sure it still worked. It does. Some important notes: * I have included all the binaries in the repo. You can