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-AC8A5CFA-0DA3-4CBB-ACD2-DFFCB08C73FE
Visible to Intel only — GUID: GUID-AC8A5CFA-0DA3-4CBB-ACD2-DFFCB08C73FE
NLSEnumCodepages
NLS Function: Returns an array containing the codepages supported by the system, with each array element describing one valid codepage. This routine is only available for Windows.
Module
USE IFNLS
ptr=> NLSEnumCodepages( )
Results
The result is a pointer to an array of codepages, with each element describing one supported codepage.
After use, the pointer returned by NLSEnumCodepages should be deallocated with the DEALLOCATE statement.