I forgot about it, but this thread reminded be about the differences between these two character values.
Quoting from the first post:
c1 := #128; c2 := chr(128); Assert(c1 = c2);
the assertion fails, meaning that c1 <> c2.
In fact c1 = #$20AC and c2 = #$80.









