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