On Fri, Feb 12, 2016 at 3:38 PM, Michael Van Canneyt <michael at freepascal.org> wrote: > Just use RawByteString as stringtype for all parameters and variables > in calls where you don't want code page conversions to occur. The compiler > will not touch the codepage then. Ok, true. That works, too. :) Juha