소스 검색

* unit xmlcfg.pp marked as deprecated.

git-svn-id: trunk@16307 -
sergei 15 년 전
부모
커밋
b6c0948bb2
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      packages/fcl-xml/src/xmlcfg.pp

+ 4 - 1
packages/fcl-xml/src/xmlcfg.pp

@@ -21,7 +21,10 @@
 {$ifdef fpc}{$MODE objfpc}{$endif}
 {$H+}
 
-unit XMLCfg;
+{ This unit is deprecated because it doesn't work well with non-ascii data.
+  Attempts to change its behavior will likely cause problems with existing
+  config files, so it is superseded altogether by xmlconf unit. }
+unit XMLCfg deprecated;
 
 interface