Re: fortran character set
- From: Terence <tbwright@xxxxxxxxx>
- Date: Mon, 27 Aug 2007 15:32:59 -0700
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).
.
- Follow-Ups:
- Re: fortran character set
- From: Richard Maine
- Re: fortran character set
- References:
- fortran character set
- From: Wade Ward
- Re: fortran character set
- From: glen herrmannsfeldt
- fortran character set
- Prev by Date: Re: Is there a way like this in Fortran?
- Next by Date: Re: Is there a way like this in Fortran?
- Previous by thread: Re: fortran character set
- Next by thread: Re: fortran character set
- Index(es):
Relevant Pages
|
|