[fpc-pascal] Is there a recent change to TProcess?
Sven Barth
pascaldragon at googlemail.com
Fri Dec 20 18:25:06 CET 2024
James Richters via fpc-pascal <fpc-pascal at lists.freepascal.org> schrieb am
Fr., 20. Dez. 2024, 15:16:
> It does seem that '?' is being substituted in, but I don't know why, the
> ascii codes I am using are valid character they are:
> #$D0 - #$EF which are these: Þßàáâãäåæçèéêëìíîïï It's not like they are
> non-characters like escape or something.
> They are valid ascii characters.
They are in fact *not* valid ASCII characters. ASCII is defined from #00
till #7F. Anything above is handled by some ANSI codepage (which is also
what the character map shows, based on the currently active code page). So
it is indeed very likely that some conversion is happening here that did
not happen with an older version.
Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20241220/e64ce2dd/attachment.htm>
More information about the fpc-pascal
mailing list