On Sat, 22 Jul 2006, Mattias Gaertner wrote:

>   // Delphi still cannot handle wide strings properly while streaming
>   Filer.DefineProperty('WideDefaultText', @ReadText, @WriteText,
> FDefaultText <> 'Node');
>  
> The FCL TWriter has a problem too: It refuses to write empty widestrings.

This is not a 'problem' but a design decision: empty strings are never written 
to stream. Delphi also does not write empty strings to stream; it's to save 
space.

Michael.

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

Reply via email to