Re: fortran character set





On Aug 28, 9:06 am, glen herrmannsfeldt <g...@xxxxxxxxxxxxxxxx> wrote:
The other question was what currency symbols are included now in
Fortran's character set?

Since no-one answered this:-
There are no currency symbols in Fortran as such.

But any legal lower-half ascii table character can be output (range 0
to 31 are non-legal and require care; 127=delete may do funny things)
and any symbol in the 128-255 range of the upper ascii table you are
using at the moment can also be output as a literal. (What appears
depends a lot on the operating system).

.



Relevant Pages

  • Re: fortran character set
    ... There are no currency symbols in Fortran as such. ... a currency symbol that was in the character set. ... a distinction that fortran has as well? ...
    (comp.lang.fortran)
  • Re: fortran character set
    ... Terence wrote: ... Fortran's character set? ... There are no currency symbols in Fortran as such. ...
    (comp.lang.fortran)
  • Re: fortran character set
    ... Richard Maine wrote: ... Fortran's character set? ... There are no currency symbols in Fortran as such. ... The problem is all the non-dollar currency symbols. ...
    (comp.lang.fortran)