[fpc-pascal] 2.5.1: Ansi string constants vs Unicode

dmitry boyarintsev skalogryz.lists at gmail.com
Sat Jul 10 22:32:49 CEST 2010


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



More information about the fpc-pascal mailing list