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

Commit 6862a05

Browse files
committed
Fix for missing EUC_TW encoding
1 parent 7301660 commit 6862a05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/libpq/fe-connect.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.143 2000/10/30 10:31:46 ishii Exp $
11+
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.144 2000/11/04 02:27:56 ishii Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2712,6 +2712,7 @@ static PQ_encoding_conv_tbl pq_conv_tbl[] = {
27122712
{EUC_JP, "EUC_JP"},
27132713
{EUC_CN, "EUC_CN"},
27142714
{EUC_KR, "EUC_KR"},
2715+
{EUC_TW, "EUC_TW"},
27152716
{UNICODE, "UNICODE"},
27162717
{MULE_INTERNAL, "MULE_INTERNAL"},
27172718
{LATIN1, "LATIN1"},

0 commit comments

Comments
 (0)