Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 72ee670

Browse files
committed
Code page for EUC-KR is surely 51949.
1 parent 93dc6a1 commit 72ee670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/port/chklocale.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.16 2010/04/28 00:29:16 itagaki Exp $
11+
* $PostgreSQL: pgsql/src/port/chklocale.c,v 1.17 2010/05/06 02:12:38 itagaki Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -62,7 +62,7 @@ static const struct encoding_match encoding_match_list[] = {
6262
{PG_EUC_KR, "IBM-eucKR"},
6363
{PG_EUC_KR, "deckorean"},
6464
{PG_EUC_KR, "5601"},
65-
{PG_EUC_KR, "CP51949"}, /* or 20949 ? */
65+
{PG_EUC_KR, "CP51949"},
6666

6767
{PG_EUC_TW, "EUC-TW"},
6868
{PG_EUC_TW, "eucTW"},

0 commit comments

Comments
 (0)