Re: Is there a recent change to TProcess?

Sven Barth via fpc-pascal <[email protected]>
Newsgroups gmane.comp.compilers.free-pascal.general
Message-ID <CAFMUeB8zEpgJu8OLTnoFO70S_oNXm1Uyd3CTLn2gufHf-RhBGw@mail.gmail.com>
James Richters via fpc-pascal <[email protected]> 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

_______________________________________________
fpc-pascal maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.