mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-27 13:34:01 +01:00
* Widestring -> unicodestring
git-svn-id: trunk@40927 -
This commit is contained in:
parent
fd6fbed094
commit
ad5c48d539
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user