mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:09:08 +02:00
* No longer needed check for result.encoding
git-svn-id: trunk@27704 -
This commit is contained in:
parent
f57f109e82
commit
2fc9ad04e8
@ -105,9 +105,6 @@ end;
|
||||
function CreateDoc() : TXMLDocument ;
|
||||
begin
|
||||
Result := TXMLDocument.Create();
|
||||
{$IF ((FPC_VERSION = 2) and (FPC_RELEASE = 6)) }
|
||||
Result.Encoding := 'UTF-8';
|
||||
{$IFEND}
|
||||
end;
|
||||
|
||||
function FindNode(ANode : TDOMNode;const ANodeName : string) : TDOMNode;{$IFDEF USE_INLINE}inline;{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user