On Nov 24, 2007 12:24 PM, Mattias Gaertner <[EMAIL PROTECTED]> wrote:
> Does someone know, *how* Codegear will change the VCL to support
> unicode?

Yes, I'm one step ahead of you guys =)

I already posted many questions about this on delphi.non-tech and
studied the situation. They will do:

Char = WideChar
string = WideString

It will be still possible to have the same project working with both
vcl and lcl if some care is taken. Actually it will be even better
then it's now because it will be possible to have a unicode-enabled
app working with both =)

The problem will be that any code written to depend on string =
widestring won't work on fpc, and the same for char=widechar

-- 
Felipe Monteiro de Carvalho

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to