diff --git a/src/port/chklocale.c b/src/port/chklocale.c
index 6866353977ea6200c93d002d7d3b28c5c9df7099..18c068658db132e6230972d4e771a642527bde2a 100644
--- a/src/port/chklocale.c
+++ b/src/port/chklocale.c
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *	  $PostgreSQL: pgsql/src/port/chklocale.c,v 1.15 2010/02/26 02:01:38 momjian Exp $
+ *	  $PostgreSQL: pgsql/src/port/chklocale.c,v 1.16 2010/04/28 00:29:16 itagaki Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -172,6 +172,7 @@ static const struct encoding_match encoding_match_list[] = {
 	{PG_GBK, "CP936"},
 
 	{PG_UHC, "UHC"},
+	{PG_UHC, "CP949"},
 
 	{PG_JOHAB, "JOHAB"},
 	{PG_JOHAB, "CP1361"},