kroimon/omnixml

Unicode Delphi breaks XPath demo

Opened this issue · 0 comments

Compile XPath Demo in XE2 and run it

All the tests would get "failed" status and show garbage instead of required 
etalon results

Reason: desired results are kept in TList as PAnsiChar but are read from it as 
PUnicodeString

fix: TfrmXPathDemo.FXPathResults    : TStringList; -> and all the direct 
consequnces

Original issue reported on code.google.com by Arioch...@gmail.com on 9 Dec 2014 at 5:29