Closed GoogleCodeExporter closed 9 years ago
OC, FYI as an update, I also find calling .DocumentSource breaks on the special
characters too.
Original comment by winal...@googlemail.com
on 3 Sep 2014 at 4:28
One more update;
It fails because function TBuffConvUTF8.NextChar: TBuffChar; sets the char to
invalid which also equals EOF and stops char parsing. Setting the TBuffChar to
anythin other than 0 (say 63) allows processing to continue.
Original comment by winal...@googlemail.com
on 3 Sep 2014 at 6:28
Thanks for spotting this issue.
r485 fixes it.
Original comment by OrphanCat
on 14 Oct 2014 at 3:14
Original issue reported on code.google.com by
winal...@googlemail.com
on 3 Sep 2014 at 3:34Attachments: