Parser : map xsd:string to UnicodeString.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3055 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
inoussa
2014-05-17 17:25:51 +00:00
parent 3c995d69dd
commit 1ca4e37446

View File

@ -287,13 +287,13 @@ const
SPECIAL_SIMPLE_TYPES_COUNT = 5 {$IFDEF WST_UNICODESTRING} + 1 {$ENDIF WST_UNICODESTRING};
SPECIAL_SIMPLE_TYPES : Array[0..Pred(SPECIAL_SIMPLE_TYPES_COUNT)] Of array[0..2] of string = (
('Currency', 'TComplexCurrencyContentRemotable', 'decimal'),
{$IFDEF WST_UNICODESTRING}
('UnicodeString', 'TComplexUnicodeStringContentRemotable', 'string'),
{$ENDIF WST_UNICODESTRING}
('string', 'TComplexStringContentRemotable', 'string'),
('WideString', 'TComplexWideStringContentRemotable', 'string'),
('AnsiChar', 'TComplexAnsiCharContentRemotable', 'string'),
('WideChar', 'TComplexWideCharContentRemotable', 'string')
{$IFDEF WST_UNICODESTRING}
,('UnicodeString', 'TComplexUnicodeStringContentRemotable', 'string')
{$ENDIF WST_UNICODESTRING}
);
procedure AddSystemSymbol(