If you display a screen with a USING field, then any spaces in the content of the USING field are replaced with spaces. This should only happen in an ACCEPT.
Reported by Maurizio Bongini, with reproducer, in [97dda9be21].
Commit: [r5268]
Discussion: 97dda9be21
Discussion: SCREEN SECTION ....USING
Diff:
Related
Discussion: 97dda9be21
Fixed in branches/gnucobol-3.x in [r3737]. Marked as pending, to be closed when a manual screen section testsuite entry is added.
Hm <= on a space character looks suspicious, shouldn't this be something like:
(this may / may not break some locales though) ? and what should be done in the
DISPLAY
case for non-printable characters? Maybe use a raw output for those?