James Richters via fpc-pascal <fpc-pascal@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
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal