Re: buggy KEYIN; MasterBASIC's tokenized format; buggy RENUM

2012-11-16 Thread david
Quoting Tim Paveley : My guess is that the final label might be at some kind of page boundary, which trips up the code building the table. I haven't tried to look into it -- any volunteers...? So this may or may not be related but I've memories of long basic programs getting corrupted, and th

Re: buggy KEYIN; MasterBASIC's tokenized format; buggy RENUM

2012-11-16 Thread Tim Paveley
My guess is that the final label might be at some kind of page boundary, which trips up the code building the table. I haven't tried to look into it -- any volunteers...? So this may or may not be related but I've memories of long basic programs getting corrupted, and the corruption would happen

Re: text spooling

2012-11-16 Thread Marcos Cruz
En/Je/On 2012-11-16 18:38, Simon Owen escribió / skribis / wrote : > I'll probably add options for no translation, minimal translation, and > full transliteration. That would be great. Marcos -- http://programandala.net

Re: text spooling

2012-11-16 Thread Thomas Harte
On 16 November 2012 10:38, Simon Owen wrote: > For the other ports I was planning to use iconv to do the main > transliteration step. Under Linux iconv (part of libc-bin) appears to > include the support I'm after. Mac OS X is still using the traditional > libiconv, which gives strange results w

Re: text spooling

2012-11-16 Thread Simon Owen
On 16/11/2012 16:15, Marcos Cruz wrote: > the text is converted before "auto-typing" it. Isn't it? I mean > non-ASCII characters. > Yes, in the simplest case it's just to map £ and © to the special codes needed for SAM use, and to drop but convert to . Though I also use the Win32 API to do a

text spooling

2012-11-16 Thread Marcos Cruz
En/Je/On 2012-11-16 14:41, Simon Owen escribió / skribis / wrote : > I'll add file spooling for non-Windows platforms, and clipboard paste > once SDL 2.0 is supported. Great! It will be possible to code in MasterBASIC with a modern editor. Cannot wait to try it :) > The Windows version will l

Re: buggy KEYIN; MasterBASIC's tokenized format; buggy RENUM

2012-11-16 Thread Simon Owen
On 15 Nov 2012, at 22:57, Marcos Cruz wrote: > What do you mean "auto-typed"? Text spooling? Yep, that's it! It's currently a Windows-only feature at the moment, but I'll extend it to support other platforms. > AFAIK SimCoupe lacks a file spooling option (in fact it is what I need: > SimCoupe