1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Fixes misspelling of "Windows" in codepage list (LP: #649796)
@@ -1,4 +1,4 @@
-Window$ 1250 (Central European)
+Windows 1250 (Central European)
"windows-1250", "1250"
#
# Name: cp1250 to Unicode table
@@ -1,4 +1,4 @@
-Window$ 1251 (Cyrillic)
+Windows 1251 (Cyrillic)
"windows-1251", "1251", "cp1251"
0x20 0x0020 # SPACE
@@ -1,4 +1,4 @@
-Window$ 1252 (Western European)
+Windows 1252 (Western European)
"windows-1252", "1252"
0x00 0x0000 #NULL
@@ -1,4 +1,4 @@
-Window$ 1256 (Arabic)
+Windows 1256 (Arabic)
"windows-1256", "1256", "cp1256"
#
# Name: cp1256 to Unicode table
@@ -1,4 +1,4 @@
-Window$ 1257 (Baltic)
+Windows 1257 (Baltic)
"windows-1257", "1257", "cp1257"
#
# Name: cp1257 to Unicode table
@@ -3903,11 +3903,11 @@
{ "ISO 8859-14 (Celtic)", aliases_8859_14, table_8859_14 },
{ "ISO 8859-15 (Western European)", aliases_8859_15, table_8859_15 },
{ "ISO 8859-16 (Romainian)", aliases_8859_16, table_8859_16 },
- { "Window$ 1250 (Central European)", aliases_cp1250, table_cp1250 },
- { "Window$ 1251 (Cyrillic)", aliases_cp1251, table_cp1251 },
- { "Window$ 1252 (Western European)", aliases_cp1252, table_cp1252 },
- { "Window$ 1256 (Arabic)", aliases_cp1256, table_cp1256 },
- { "Window$ 1257 (Baltic)", aliases_cp1257, table_cp1257 },
+ { "Windows 1250 (Central European)", aliases_cp1250, table_cp1250 },
+ { "Windows 1251 (Cyrillic)", aliases_cp1251, table_cp1251 },
+ { "Windows 1252 (Western European)", aliases_cp1252, table_cp1252 },
+ { "Windows 1256 (Arabic)", aliases_cp1256, table_cp1256 },
+ { "Windows 1257 (Baltic)", aliases_cp1257, table_cp1257 },
{ "CP 437 (US)", aliases_cp437, table_cp437 },
{ "CP 737 (Greek)", aliases_cp737, table_cp737 },
{ "CP 850 (Western European)", aliases_cp850, table_cp850 },
|