mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
parent
7082f5552c
commit
f5813e9cbd
2 changed files with 17 additions and 13 deletions
|
@ -214,7 +214,7 @@ static int fd_get_kbdrv(const char* kb)
|
|||
return -1;
|
||||
}
|
||||
|
||||
/*
|
||||
/*
|
||||
* We display human readable descriptions of the locale in the menu
|
||||
* As real estate might be limited, keep it short
|
||||
*/
|
||||
|
@ -304,7 +304,11 @@ static cp_list cp_hr_list[] = {
|
|||
{ 437, "US-English"},
|
||||
{ 667, "Polish"},
|
||||
{ 668, "Polish (Alt)"},
|
||||
{ 737, "Greek (ex-437G)"},
|
||||
{ 708, "Arabic (708)"},
|
||||
{ 709, "Arabic (709)"},
|
||||
{ 710, "Arabic (710)"},
|
||||
{ 720, "Arabic (DOS)"},
|
||||
{ 737, "Greek (DOS)"},
|
||||
{ 770, "Baltic"},
|
||||
{ 771, "Cyr-Russian (KBL)"},
|
||||
{ 772, "Cyr-Russian"},
|
||||
|
@ -756,7 +760,7 @@ static const char* get_kb(void)
|
|||
* 0x035C 860 (Portuguese)
|
||||
* 0x035F 863 (French Canadian)
|
||||
* 0x0361 865 (Nordic)
|
||||
*
|
||||
*
|
||||
* EGA2.CPI:
|
||||
* 0x0352 850 (Latin 1)
|
||||
* 0x0354 852 (Latin 2)
|
||||
|
@ -764,7 +768,7 @@ static const char* get_kb(void)
|
|||
* 0x035D 861 (Icelandic)
|
||||
* 0x0365 869 (Greek)
|
||||
* 0x02E1 737 (Greek II)
|
||||
*
|
||||
*
|
||||
* EGA3.CPI:
|
||||
* 0x01B5 437 (United States)
|
||||
* 0x0307 775 (Baltic)
|
||||
|
@ -785,7 +789,7 @@ static const char* ms_get_ega(ULONG cp)
|
|||
case 860: // Portuguese
|
||||
case 863: // French Canadian
|
||||
case 865: // Nordic
|
||||
return "ega.cpi";
|
||||
return "ega.cpi";
|
||||
|
||||
// case 850: // Latin-1 (Western European)
|
||||
// case 852: // Latin-2 (Central European)
|
||||
|
@ -805,7 +809,7 @@ static const char* ms_get_ega(ULONG cp)
|
|||
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Pick the EGA to use according to the DOS target codepage (from CPIDOS' Codepage.txt)
|
||||
|
@ -816,9 +820,9 @@ static const char* fd_get_ega(ULONG cp)
|
|||
case 850: // Latin-1 (Western European)
|
||||
case 852: // Latin-2 (Central European)
|
||||
case 853: // Latin-3 (Southern European)
|
||||
case 857: // Latin-5
|
||||
case 857: // Latin-5
|
||||
case 858: // Latin-1 with Euro
|
||||
return "ega.cpx";
|
||||
return "ega.cpx";
|
||||
case 775: // Latin-7 (Baltic Rim)
|
||||
case 859: // Latin-9
|
||||
case 1116: // Estonian
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue