Re: [fpc-pascal] Tiburon and unicode rtl

2008-07-01 Thread Jonas Maebe
Wiadomość napisana w dniu 01 Jul 2008, o godz. 22:38, przez Andrew Haines: Does gnu pascal have fpc compatible strings? or are they the same as strings in {$mode fpc} GNU Pascal only supports strings defined in terms of a schema: http://www.gnu-pascal.de/gpc/Schema-Types.html (which FPC

Re: [fpc-pascal] Tiburon and unicode rtl

2008-07-01 Thread Andrew Haines
Felipe Monteiro de Carvalho wrote: > Hello, > > Ok, so far we have a couple of unicode rtl proposals. Will FPC remain > compatible with code from Tiburon? > > If yes, then we need a set of utf-16 RTL routines, even if another > solution is chosen. Yes, surely the utf-16 routines could just call >

Re: [fpc-pascal] Tiburon and unicode rtl

2008-07-01 Thread Marco van de Voort
> On Tue, Jul 1, 2008 at 10:35 AM, Marco van de Voort <[EMAIL PROTECTED]> wrote: > > See my earlier reply. A few var parameters need to be overriden, that's it. > > Ok, this is very good. So it doesn't matter which system will be > choosen I can still assume that the rtl uses a single unicode > en

Re: [fpc-pascal] Tiburon and unicode rtl

2008-07-01 Thread Felipe Monteiro de Carvalho
On Tue, Jul 1, 2008 at 10:35 AM, Marco van de Voort <[EMAIL PROTECTED]> wrote: > See my earlier reply. A few var parameters need to be overriden, that's it. Ok, this is very good. So it doesn't matter which system will be choosen I can still assume that the rtl uses a single unicode encoding: utf-

Re: [fpc-pascal] Tiburon and unicode rtl

2008-07-01 Thread Marco van de Voort
> Ok, so far we have a couple of unicode rtl proposals. Will FPC remain > compatible with code from Tiburon? > > If yes, then we need a set of utf-16 RTL routines, even if another > solution is chosen. Yes, surely the utf-16 routines could just call > the other routines and do a string conversion,