Philippe Lhoste:
> Looks like a signed char issue, as it works for \x01, for example.
> If you activate (also) the \r\n option (transform escapes), it will work…
Looks like it needs an <unsigned char> cast for the ci.CharAt expression inside the CHR case in RESearch::Execute to match the type of 'c'.
Neil