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
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
>
> 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
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-
> 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,