On Sun, Jul 11, 2010 at 12:14 AM, Tobias Giesen <tobias_subscriber at tgtools.com> wrote: > I've got 2.5.1 now. I have a string constant like this: > > const Vec:AnsiString=#$094#$06D; > > This should just be 8-bit data with no conversion. try const Vec:AnsiString=#$94#$6D; thanks, dmitry