diff options
author | Itagaki Takahiro | 2010-05-06 02:12:38 +0000 |
---|---|---|
committer | Itagaki Takahiro | 2010-05-06 02:12:38 +0000 |
commit | 72ee6703232fd21757613ab4889fab58de62144d (patch) | |
tree | d5dccb95db837c97d200c07ce70ed01b6c7b13d2 | |
parent | 93dc6a1b394f8b0ea6719a40a61a81c262ea2103 (diff) |
Code page for EUC-KR is surely 51949.
-rw-r--r-- | src/port/chklocale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 18c068658d..d26b86518d 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.16 2010/04/28 00:29:16 itagaki Exp $ + * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.17 2010/05/06 02:12:38 itagaki Exp $ * *------------------------------------------------------------------------- */ @@ -62,7 +62,7 @@ static const struct encoding_match encoding_match_list[] = { {PG_EUC_KR, "IBM-eucKR"}, {PG_EUC_KR, "deckorean"}, {PG_EUC_KR, "5601"}, - {PG_EUC_KR, "CP51949"}, /* or 20949 ? */ + {PG_EUC_KR, "CP51949"}, {PG_EUC_TW, "EUC-TW"}, {PG_EUC_TW, "eucTW"}, |