ManD12
Results
1
issues of
ManD12
In unit **RestJsonUtils.pas** on line 386 where is this: ` p := PSOChar(str);` But in non-unicode Delphi 2007 is **str** ansi string and PSOChar is equal with PWideChar. This will...