|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.5 2007/10/10 11:50:07 mha Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.6 2007/10/17 15:24:04 tgl Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -123,18 +123,17 @@ static const struct encoding_match encoding_match_list[] = {
|
123 | 123 | {PG_KOI8R,"KOI8-R"},
|
124 | 124 | {PG_KOI8R,"CP20866"},
|
125 | 125 |
|
| 126 | +{PG_WIN866,"CP866"}, |
| 127 | +{PG_WIN874,"CP874"}, |
| 128 | +{PG_WIN1250,"CP1250"}, |
| 129 | +{PG_WIN1251,"CP1251"}, |
126 | 130 | {PG_WIN1252,"CP1252"},
|
127 | 131 | {PG_WIN1253,"CP1253"},
|
128 | 132 | {PG_WIN1254,"CP1254"},
|
129 | 133 | {PG_WIN1255,"CP1255"},
|
130 | 134 | {PG_WIN1256,"CP1256"},
|
131 | 135 | {PG_WIN1257,"CP1257"},
|
132 | 136 | {PG_WIN1258,"CP1258"},
|
133 |
| -#ifdefNOT_VERIFIED |
134 |
| -{PG_WIN874,"???"}, |
135 |
| -#endif |
136 |
| -{PG_WIN1251,"CP1251"}, |
137 |
| -{PG_WIN866,"CP866"}, |
138 | 137 |
|
139 | 138 | {PG_ISO_8859_5,"ISO-8859-5"},
|
140 | 139 | {PG_ISO_8859_5,"ISO8859-5"},
|
|