Hi Steve,
the attached patch displays an error for characters which are
outside the normal Fortran character set, and includes a hex
If this ^
corresponds to this statement,
+char valid_chars[] =
+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
On Tue, Oct 10, 2017 at 07:42:25PM +0200, Thomas Koenig wrote:
> Hello world,
>
> the attached patch displays an error for characters which are
> outside the normal Fortran character set, and includes a hex
If this ^
> code when it is not printable.
>
> gfortran