Format of MS-DOS v7.0 internationalization table |
| Offset | Size | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
00h |
3 BYTEs |
unused (and ignored by DOS) | |||||||||||||||
|
03h |
WORD |
country ID (see #01400 at AH=38h) | |||||||||||||||
|
05h |
WORD |
code page (see #01757) | |||||||||||||||
|
07h |
WORD |
date format | |||||||||||||||
|
09h |
5 BYTEs |
ASCIZ currency symbol string | |||||||||||||||
|
0Eh |
2 BYTEs |
ASCIZ thousands separator | |||||||||||||||
|
10h |
2 BYTEs |
ASCIZ decimal separator | |||||||||||||||
|
12h |
2 BYTEs |
ASCIZ date separator | |||||||||||||||
|
14h |
2 BYTEs |
ASCIZ time separator | |||||||||||||||
|
16h |
BYTE |
currency format
|
|||||||||||||||
|
17h |
BYTE |
number of digits after decimal in currency | |||||||||||||||
|
18h |
BYTE |
time format
|
|||||||||||||||
|
19h |
DWORD |
address of case map routine (FAR CALL, AL = character to map to upper case [>= 80h]) | |||||||||||||||
|
1Dh |
2 BYTEs |
ASCIZ data-list separator | |||||||||||||||
|
1Fh |
10 BYTEs |
reserved |
|
Note: |
This table has the identical format to the extended country information retrieved via AH=65h with info ID = 01h. |
|
See Also: |