Re: [fpc-pascal] dot within unit file name

2008-01-19 Thread Michael Fuchs
Marco van de Voort schrieb: As far as I can see this is no real advantage, except allowing dots in unitnames. That is what I want. :-) Ok, the better way are child units, but the dots would be a nice feature. g Micha ___ fpc-pascal maillist -

Re: [fpc-pascal] Accessing ROM BIOS Font in Linux.

2008-01-19 Thread Mark Morgan Lloyd
Anthony W.Henry wrote: I really don't have to worry about the few Kilobytes it will add to the program file :). Anyone know any good GPL'd or Public Domain bit fonts ? Remember that you can easily preprocess it with RLL. I'd expect a bitmap fount to be very compressible. Google for

Re: [fpc-pascal] Accessing ROM BIOS Font in Linux.

2008-01-19 Thread Anthony W.Henry
On Sat, 2008-01-19 at 13:19 +, Mark Morgan Lloyd wrote: Anthony W.Henry wrote: I really don't have to worry about the few Kilobytes it will add to the program file :). Anyone know any good GPL'd or Public Domain bit fonts ? Remember that you can easily preprocess it with RLL.

[fpc-pascal] Read UTF8 Files

2008-01-19 Thread Damien Gerard
Hi ! I would like to read UTF8 files. There is TFileStream, and it seems to make the job. However, I need read _big_ files (with long string) so I would like to read block by block instead of a big string in memory with ReadAnsiString. How should I do ? Thanks ! -- Damien Gerard