diff options
author | Alvaro Herrera | 2007-10-25 12:29:17 +0000 |
---|---|---|
committer | Alvaro Herrera | 2007-10-25 12:29:17 +0000 |
commit | fd2cdef9b28da8752d4f99826020fef6539edd8f (patch) | |
tree | 67798847f2ccdf6c0e3e2688788266b5c4cc8279 | |
parent | 29b9d799e99f59aa80b8d8961daddbaa555f0106 (diff) |
Add new encoding aliases for Solaris, per Zdenek Kotala.
-rw-r--r-- | src/port/chklocale.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 89f63f2e9e..710a74ab23 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -127,6 +127,7 @@ static const struct encoding_match encoding_match_list[] = { {PG_WIN874, "CP874"}, {PG_WIN1250, "CP1250"}, {PG_WIN1251, "CP1251"}, + {PG_WIN1251, "ansi-1251"}, {PG_WIN1252, "CP1252"}, {PG_WIN1253, "CP1253"}, {PG_WIN1254, "CP1254"}, @@ -161,6 +162,7 @@ static const struct encoding_match encoding_match_list[] = { {PG_BIG5, "BIG5"}, {PG_BIG5, "BIG5HKSCS"}, + {PG_BIG5, "Big5-HKSCS"}, {PG_BIG5, "CP950"}, {PG_GBK, "GBK"}, |