[PATCH,fortran] *The* ISO C Binding patch
Andreas Schwab
schwab@suse.de
Sun Jun 24 17:00:00 GMT 2007
Steve Kargl <sgk@troutmask.apl.washington.edu> writes:
> On Sun, Jun 24, 2007 at 12:38:03PM +0200, Andreas Schwab wrote:
>> Steve Kargl <sgk@troutmask.apl.washington.edu> writes:
>>
>> > +NAMED_CHARCST (ISOCBINDING_NULL_CHAR, "c_null_char", '\0')
>> > +NAMED_CHARCST (ISOCBINDING_ALERT, "c_alert", '\a')
>> > +NAMED_CHARCST (ISOCBINDING_BACKSPACE, "c_backspace", '\b')
>> > +NAMED_CHARCST (ISOCBINDING_FORM_FEED, "c_form_feed", '\f')
>> > +NAMED_CHARCST (ISOCBINDING_NEW_LINE, "c_new_line", '\n')
>> > +NAMED_CHARCST (ISOCBINDING_CARRIAGE_RETURN, "c_carriage_return", '\r')
>> > +NAMED_CHARCST (ISOCBINDING_HORIZONTAL_TAB, "c_horizontal_tab", '\t')
>> > +NAMED_CHARCST (ISOCBINDING_VERTICAL_TAB, "c_vertical_tab", '\v')
>>
>> Shouldn't those use the target character set?
>>
>
> These are the constants listed in Table 15.1 in the Fortran
> 2003 standard
But '\v' is the value from the _host_ character set, not the _target_
one.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, MaxfeldstraÃe 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
More information about the Fortran
mailing list