Re: [fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-12-21 Thread Zaher Dirkey
2008/11/21 Graeme Geldenhuys : >Memo1.Lines.SaveToFile('test.txt', TEncoding.Unicode); I am not agree to make TStrings responsible of converting to another encoding, it is enough for us save and load the text as it in the same application (TStringList). We need to convert when need to

Re: [fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-11-21 Thread Luiz Americo Pereira Camara
Sergei Gorelkin escreveu: Well, with exclusion of the "class helper for TStrings" (notable is that they call it a hack themselves :) the design looks rather clean. Since each string stores its element size, both ansi and unicode strings are probably handled with common set of procedures, avoi

Re: [fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-11-21 Thread Sergei Gorelkin
Graeme Geldenhuys wrote: On Fri, Nov 21, 2008 at 11:08 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: I thought you guys might find this interesting. It's a new 27 page document describing Unicode support in D2009. http://dn.codegear.com/article/38980 Seeing that I don't own D2009 and only

Re: [fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-11-21 Thread Luiz Americo Pereira Camara
Graeme Geldenhuys escreveu: On Fri, Nov 21, 2008 at 11:08 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: I thought you guys might find this interesting. It's a new 27 page document describing Unicode support in D2009. http://dn.codegear.com/article/38980 Seeing that I don't own D200

Re: [fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-11-21 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > > I thought you guys might find this interesting. It's a new 27 page > > document describing Unicode support in D2009. > > > > http://dn.codegear.com/article/38980 > > Seeing that I don't own D2009 and only read about it's Unicode support > I foun

[fpc-devel] Re: new 27 page document describing Unicode support in D2009

2008-11-21 Thread Graeme Geldenhuys
On Fri, Nov 21, 2008 at 11:08 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > I thought you guys might find this interesting. It's a new 27 page > document describing Unicode support in D2009. > > http://dn.codegear.com/article/38980 Seeing that I don't own D2009 and only read about it's Unic