Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

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.

NOTE:

After use, the pointer returned by NLSEnumCodepages should be deallocated with the DEALLOCATE statement.