<div dir="auto"><div><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">James Richters via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Fr., 20. Dez. 2024, 15:16:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It does seem that '?' is being substituted in, but I don't know why, the<br>
ascii codes I am using are valid character they are:<br>
#$D0 - #$EF which are these: Þßàáâãäåæçèéêëìíîïï It's not like they are<br>
non-characters like escape or something.<br>
They are valid ascii characters.</blockquote></div></div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven</div></div>