You've already forked lazarus-ccr
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:
@ -287,13 +287,13 @@ const
|
|||||||
SPECIAL_SIMPLE_TYPES_COUNT = 5 {$IFDEF WST_UNICODESTRING} + 1 {$ENDIF WST_UNICODESTRING};
|
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 = (
|
SPECIAL_SIMPLE_TYPES : Array[0..Pred(SPECIAL_SIMPLE_TYPES_COUNT)] Of array[0..2] of string = (
|
||||||
('Currency', 'TComplexCurrencyContentRemotable', 'decimal'),
|
('Currency', 'TComplexCurrencyContentRemotable', 'decimal'),
|
||||||
|
{$IFDEF WST_UNICODESTRING}
|
||||||
|
('UnicodeString', 'TComplexUnicodeStringContentRemotable', 'string'),
|
||||||
|
{$ENDIF WST_UNICODESTRING}
|
||||||
('string', 'TComplexStringContentRemotable', 'string'),
|
('string', 'TComplexStringContentRemotable', 'string'),
|
||||||
('WideString', 'TComplexWideStringContentRemotable', 'string'),
|
('WideString', 'TComplexWideStringContentRemotable', 'string'),
|
||||||
('AnsiChar', 'TComplexAnsiCharContentRemotable', 'string'),
|
('AnsiChar', 'TComplexAnsiCharContentRemotable', 'string'),
|
||||||
('WideChar', 'TComplexWideCharContentRemotable', 'string')
|
('WideChar', 'TComplexWideCharContentRemotable', 'string')
|
||||||
{$IFDEF WST_UNICODESTRING}
|
|
||||||
,('UnicodeString', 'TComplexUnicodeStringContentRemotable', 'string')
|
|
||||||
{$ENDIF WST_UNICODESTRING}
|
|
||||||
);
|
);
|
||||||
|
|
||||||
procedure AddSystemSymbol(
|
procedure AddSystemSymbol(
|
||||||
|
Reference in New Issue
Block a user