Mattias Gaertner wrote on Tue, 26 Jul 2016:

It seems the Delphi rules for non rawbytestrings are:
- Concatenate two same declared strings: append bytes, copy dyn. cp
  from left operand. Declared cp of result is left operand.

Are you sure it's "append bytes" here and not "append bytes if same dyn cp, otherwise convert to unicodestring, concatenate, and convert back to dyn cp of left operand"?


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to