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.
| Value | Description |
|---|---|
| 437 | Default (U.S.) |
| 860 | Portugal |
| 863 | French Canada |
| 865 | Norway/Denmark |
| 850 | International code page |
Array of translation values.