|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.6 2007/10/17 15:24:04 tgl Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.7 2007/10/25 12:29:17 alvherre Exp $ |
12 | 12 | * |
13 | 13 | *------------------------------------------------------------------------- |
14 | 14 | */ |
@@ -127,6 +127,7 @@ static const struct encoding_match encoding_match_list[] = { |
127 | 127 | {PG_WIN874,"CP874"}, |
128 | 128 | {PG_WIN1250,"CP1250"}, |
129 | 129 | {PG_WIN1251,"CP1251"}, |
| 130 | +{PG_WIN1251,"ansi-1251"}, |
130 | 131 | {PG_WIN1252,"CP1252"}, |
131 | 132 | {PG_WIN1253,"CP1253"}, |
132 | 133 | {PG_WIN1254,"CP1254"}, |
@@ -161,6 +162,7 @@ static const struct encoding_match encoding_match_list[] = { |
161 | 162 |
|
162 | 163 | {PG_BIG5,"BIG5"}, |
163 | 164 | {PG_BIG5,"BIG5HKSCS"}, |
| 165 | +{PG_BIG5,"Big5-HKSCS"}, |
164 | 166 | {PG_BIG5,"CP950"}, |
165 | 167 |
|
166 | 168 | {PG_GBK,"GBK"}, |
|