From: Szász G. <sz...@hu...> - 2022-10-20 18:45:23
|
On Sun, Oct 16, 2022 at 04:05:02PM +0100, Phil Reynolds wrote: > Trying to investigate methods of printer emulation, I have tried to > print from the +3 version of "The Last Word" - but printout.txt seems > to contain doubled up characters compared to what is actually in the > file - so "SSppeeccttrruumm" where the file contains "Spectrum", for > example. > > Have I got something mis-set that would be causing this or is it a bug? > This is in 1.6.0. > > -- > Phil Reynolds > mail: phi...@ti... > Web: http://phil.tinsleyviaduct.com/ Hello Phil, The print routine try to recognise the bitmaps (OCR) and save this recognised text. In the code there is a routine for graphics output (pbm), but i don't know (at now) how to activate... I test with a git version before 2021.11 (1.6.0) and the LLIST works as excepted (128K and +3 too). Can you try LPRINT or LLIST? Gergely |