MQL4 Codepage Usage
Overview
CharArrayToString(), StringToCharArray(), and FileOpen() functions.Codepage Constants
| Constant | Value | Description | |-----------------|-------|-----------------------------------------------| | CP_ACP | 0 | Current Windows ANSI code page. | | CP_OEMCP | 1 | Current system OEM code page. | | CP_MACCP | 2 | Current system Macintosh code page (legacy). | | CP_THREAD_ACP | 3 | Windows ANSI code page for the current thread. | | CP_SYMBOL | 42 | Symbol code page. | | CP_UTF7 | 65000 | UTF-7 code page. | | CP_UTF8 | 65001 | UTF-8 code page. |
Related Functions
CharArrayToString()StringToCharArray()FileOpen()Related Concepts
Previous
arrow_back
File positioning