onryldz / x-superobject

Delphi Cross Platform Rapid JSON
316 stars 118 forks source link

Improper escape of Vertical Tab character (x0b) #79

Closed bbrookfield closed 8 years ago

bbrookfield commented 8 years ago

Need to remove obsolete escape of Vtab character using \v. No longer supported by Json spec. Comment/Delete line 619 in function StrToUTF16(const Str: String): String; // #11: Result := Result + '\v'; Delphi Json parser does not handle the \v escape sequence.