OEMANSI

OEMANSI struct
    oaLength    dw ?          ; count of bytes that follow (must be 258)
    oaCodePage  dw ?          ; see below
    oaTable     db 256 dup(?) ; OEM/ANSI translation table
OEMANSI ends
 

Contains information needed to translate OEM character values, in a given code page, to their corresponding ANSI character values.

oaCodePage
Code page of the given translation table. Can be one of these values:
Value Description
437 Default (U.S.)
860 Portugal
863 French Canada
865 Norway/Denmark
850 International code page

oaTable

Array of translation values.