Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-3E745B56-D68E-4A31-B0A1-18145D0E1DB8
Visible to Intel only — GUID: GUID-3E745B56-D68E-4A31-B0A1-18145D0E1DB8
OPEN: ENCODING Specifier
The ENCODING specifier indicates the encoding form for a file. It takes the following form:
ENCODING = enc
enc |
Is a scalar default character expression that evaluates to one of the following values:
|
The default is 'DEFAULT'.
You can only use this specifier for a formatted I/O connection.