Browse Source

* Widestring -> unicodestring

git-svn-id: trunk@40927 -
michael 6 years ago
parent
commit
ad5c48d539
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-xml/src/xmlutils.pp

+ 1 - 1
packages/fcl-xml/src/xmlutils.pp

@@ -25,7 +25,7 @@ uses
 type
 type
   TXMLVersion = (xmlVersionUnknown, xmlVersion10, xmlVersion11);
   TXMLVersion = (xmlVersionUnknown, xmlVersion10, xmlVersion11);
   TSetOfChar = set of Char;
   TSetOfChar = set of Char;
-  XMLString = WideString;
+  XMLString = UnicodeString;
   PXMLString = ^XMLString;
   PXMLString = ^XMLString;
   PXMLChar = PWideChar;
   PXMLChar = PWideChar;