projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dc6a1
)
Code page for EUC-KR is surely 51949.
author
Itagaki Takahiro
<
[email protected]
>
Thu, 6 May 2010 02:12:38 +0000
(
02:12
+0000)
committer
Itagaki Takahiro
<
[email protected]
>
Thu, 6 May 2010 02:12:38 +0000
(
02:12
+0000)
src/port/chklocale.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/chklocale.c
b/src/port/chklocale.c
index 18c068658db132e6230972d4e771a642527bde2a..d26b86518d396f6cc8a6aace649191d055ecdf09 100644
(file)
--- a/
src/port/chklocale.c
+++ b/
src/port/chklocale.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.1
6 2010/04/28 00:29:16
itagaki Exp $
+ * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.1
7 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"},