Re: z/OS porting issues, UTF-8 support, and the groff man(1) page

2023-04-01 Thread Mike Fulton
On Fri, Mar 31, 2023 at 2:55 PM G. Branden Robinson < g.branden.robin...@gmail.com> wrote: > [adding Dave to CC; seek your name below for my magical summons] > > At 2023-03-31T13:05:09-0700, Mike Fulton wrote: > > On Fri, Mar 31, 2023 at 8:57 AM G. Branden Robinson < &g

Re: z/OS porting issues, UTF-8 support, and the groff man(1) page

2023-03-31 Thread Mike Fulton
a separate thread, please feel free] > > Hi Mike, > > At 2023-03-31T07:29:16-0700, Mike Fulton wrote: > > Over the last year, we have been working hard in the z/OS Open Tools > > community (https://zosopentools.github.io/meta/#/) to not only port > > the fundamenta

Re: z/OS porting issues, UTF-8 support, and the groff man(1) page

2023-03-31 Thread Mike Fulton
want to break any of the several subjects arising in this > message into a separate thread, please feel free] > > Hi Mike, > > At 2023-03-31T07:29:16-0700, Mike Fulton wrote: > > Over the last year, we have been working hard in the z/OS Open Tools > > community (http

Re: groff man(1) page

2023-03-31 Thread Mike Fulton
t; g.branden.robin...@gmail.com> wrote: > [redirecting to groff@gnu discussion list] > > Hi Mike, > > At 2023-03-30T20:51:06-0700, Mike Fulton wrote: > > When I perform 'man groff', I am getting a failure when iconv converts > > from UTF-8 to ISO8859-1 on the groff 1

Question about makevarescape.sed in groff-1.22.4 tarball

2023-01-14 Thread Mike Fulton
Hello, The last line of the makevarescape.sed is: ``` s|[^ ]/\+|&:|g ``` I do not understand why it is making the change it is, but if I do ``` ./configure --prefix=/Users/fult...@ca.ibm.com/Documents/Development/mine ``

Question about makevarescape.sed in groff-1.22.4 tarball

2023-01-13 Thread Mike Fulton
Hello, The last line of the makevarescape.sed is: ``` s|[^ ]/\+|&:|g ``` I do not understand why it is making the change it is, but if I do ``` ./configure --prefix=/Users/fult...@ca.ibm.com/Documents/Development/mine ``