You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puts (_(" -MD output dependencies in .d files while compiling"));
151
151
puts (_(" -ext <extension> add file extension for resolving COPY"));
152
152
puts (_(" -fcopybook-deps output copybook names as dependencies"));
153
-
puts (_(" --gentable=<ebcdic-enc>,<ascii-enc>[+]\toutput to stdout an EBCDIC/ASCII translation table between the given encodings and exit (append + to make the translation reversible)"));
153
+
puts (_(" --gentable=<ebcdic-enc>,<ascii-enc>[+]\toutput a translation table between the\n"
Build an EBCDIC/ASCII translation table between @var{ebcdic-enc} and @var{ascii-enc}, and exit.
1056
-
The translation might not be reversible: append + to arbitrarily make it reversible.
1056
+
The translation might not be reversible: characters with no equivalent in the other encoding are mapped to the substitution character, thus leaving unused characters in both encodings. Append + to make the translation reversible, by arbitrarily mapping together these unused characters.
0 commit comments