[Lazarus] TLRSORStackItem?

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Oct 30 15:04:14 CET 2011


On Sun, 30 Oct 2011 15:52:39 +0100
Hans-Peter Diettrich <DrDiettrich1 at aol.com> wrote:

> Some questions about LResources:
> 
> Can somebody explain the "LRSOR" abbreviation?

  TLRSORStackItem = record
    ...
  end;
  PLRSORStackItem = ^TLRSORStackItem;

  { TLRSObjectReader }

  TLRSObjectReader = class(TAbstractObjectReader)
    ...


> Lazarus Resource S? O? R?
> 
> And what's the purpose of TAbstractTranslator - implemented where?
> 
> Are resource streams really Ansi, or UTF-8?

The lfm and lrs files are UTF-8.


Mattias




More information about the Lazarus mailing list