[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread G. Branden Robinson
Follow-up Comment #9, bug #60602 (project groff): I don't have any analysis yet, but here's a C program to undump "od -b". #include // bool, false, true #include // feof(), getline(), stdin, fprintf(), stderr, perror() #include // malloc(), free(), exit(), EXIT_FAILURE, EXIT_SUCCESS #include

[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread John Gardner
Follow-up Comment #8, bug #60602 (project groff): > Excellent! Except...maybe my JS environment is too old? `Array.prototype.flat` was only added to the ECMAScript spec in 2019, so it's possible your version of Node.js is outdated. If your distro's lagging behind (i.e., upgrading doesn't

[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread G. Branden Robinson
Follow-up Comment #7, bug #60602 (project groff): [comment #6 comment #6:] > > Now all I need is a way to get V7 troff CAT output out of the SIMH instance I'm running. > > […] > > Maybe I can od(1) it and then parse it back into a real stream. > > That's exactly what I do. I use this

[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread John Gardner
Follow-up Comment #6, bug #60602 (project groff): > Now all I need is a way to get V7 troff CAT output out of the SIMH instance I'm running. > […] > Maybe I can od(1) it and then parse it back into a real stream. That's exactly what I do. I use this

[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread G. Branden Robinson
Follow-up Comment #5, bug #60602 (project groff): Hi, John! [comment #4 comment #4:] > > because I have nothing that can interpret the Graphic Systems C/A/T command stream the former produces. > > I do

[bug #60602] Unit discrepancy in \r, \u, and \d between Texinfo manual and groff(7)

2021-11-15 Thread John Gardner
Follow-up Comment #4, bug #60602 (project groff): > because I have nothing that can interpret the Graphic Systems C/A/T command stream the former produces. I do : $ cat2dit -Tps < output.cat | grops