ソースを参照

* No longer needed check for result.encoding

git-svn-id: trunk@27704 -
michael 11 年 前
コミット
2fc9ad04e8
1 ファイル変更0 行追加3 行削除
  1. 0 3
      packages/fcl-sdo/src/base/sdo_fpc_xml.pas

+ 0 - 3
packages/fcl-sdo/src/base/sdo_fpc_xml.pas

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