Frank Heckenbach wrote:
Saved in a file it is 8000 hex.
That's strange. I know of no such charset. In Latin[129] (and perhaps some more) as well as Unicode it's hex C4. The output also contains a newline which is 0A (or 0D, or 0D, 0A on some systems). Nothing remotely similar to 8000!?
In the Macintosh character set, capital-A-umlaut has hex value 80 ...
Then we've restricted those characters to the compilers which should at least read them. If they don't treat them as expected (Latin[129]/Unicode), the test will be skipped which is acceptable. If someone would like to add support for other charsets in fjf165a.{c,pas}, go ahead, but note that the main problem might be to find a suitable test for the current charset (a system conditional probably won't suffice).
... but I don't mind if the test is skipped.
Regards,
Adriaan van Os