CODEPAGE STRUC
cpLength dw 2 ;structure size, excluding this field (always 2)
cpId dw ? ;code-page identifier
CODEPAGE ENDS
cpLength
Specifies the size of the structure, in bytes. This value must be 2.
cpId
Identifies the code page. This field can be one of the following values:
Value | Meaning |
437 | United States |
850 | Multilingual (Latin I) |
852 | Slavic (Latin II) |
860 | Portuguese |
863 | Canadian-French |
865 | Nordic |
Interrupt 21h Function 440Ch Minor Code 4Ah Select Code Page
Interrupt 21h Function 440Ch Minor Code 4Dh End Code-Page Prepare
Interrupt 21h Function 440Ch Minor Code 6Ah Query Selected Code Page