8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7301660 commit 6862a05Copy full SHA for 6862a05
src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.143 2000/10/30 10:31:46 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.144 2000/11/04 02:27:56 ishii Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -2712,6 +2712,7 @@ static PQ_encoding_conv_tbl pq_conv_tbl[] = {
2712
{EUC_JP, "EUC_JP"},
2713
{EUC_CN, "EUC_CN"},
2714
{EUC_KR, "EUC_KR"},
2715
+ {EUC_TW, "EUC_TW"},
2716
{UNICODE, "UNICODE"},
2717
{MULE_INTERNAL, "MULE_INTERNAL"},
2718
{LATIN1, "LATIN1"},
0 commit comments