Re: add __MVS__ to list of systems that should default to UTF-8 in localcharset.c

2023-06-01 Thread Mike Fulton
On Thu, Jun 1, 2023 at 8:23 AM Bruno Haible wrote: > Hi Mike, > > > It looks right but I do see 3 warnings: > > > > :troff: man7/groff_char.7:1051: warning: can't find special character > 'bs' > > troff: man7/groff_char.7:1192: warning: can't find special character > > 'radicalex' > > troff: man7

Re: add __MVS__ to list of systems that should default to UTF-8 in localcharset.c

2023-06-01 Thread Bruno Haible
Hi Mike, > It looks right but I do see 3 warnings: > > :troff: man7/groff_char.7:1051: warning: can't find special character 'bs' > troff: man7/groff_char.7:1192: warning: can't find special character > 'radicalex' > troff: man7/groff_char.7:1195: warning: can't find special character > 'sqrtex'

Re: add __MVS__ to list of systems that should default to UTF-8 in localcharset.c

2023-05-31 Thread Mike Fulton
Hi It looks right but I do see 3 warnings: :troff: man7/groff_char.7:1051: warning: can't find special character 'bs' troff: man7/groff_char.7:1192: warning: can't find special character 'radicalex' troff: man7/groff_char.7:1195: warning: can't find special character 'sqrtex' For example, in the

Re: add __MVS__ to list of systems that should default to UTF-8 in localcharset.c

2023-05-31 Thread Bruno Haible
Mike Fulton wrote: > I would like to request the __MVS__ macro be added so that z/OS will > default to UTF-8, e.g. > > # if (defined __APPLE__ && defined __MACH__) || defined __BEOS__ || defined > __HAIKU__ || defined __MVS__ > codeset = "UTF-8"; > # else This doesn't seem right. I unders

add __MVS__ to list of systems that should default to UTF-8 in localcharset.c

2023-05-30 Thread Mike Fulton
Hi, I would like to request a patch to localcharset.c to add __MVS__ to the list of systems that should default to UTF-8. On line 1137 to 1139, the code is currently: # if (defined __APPLE__ && defined __MACH__) || defined __BEOS__ || defined __HAIKU__ codeset = "UTF-8"; # else I would