Fix for missing EUC_TW encoding
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 4 Nov 2000 02:27:56 +0000 (02:27 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 4 Nov 2000 02:27:56 +0000 (02:27 +0000)
src/interfaces/libpq/fe-connect.c

index a8a5e63b5369417b90e48d36c4d4040d26abe567..c16d4050cfc29937f05c7938d61f63a780338118 100644 (file)
@@ -2712,6 +2712,7 @@ static PQ_encoding_conv_tbl pq_conv_tbl[] = {
                {EUC_JP, "EUC_JP"},
                {EUC_CN, "EUC_CN"},
                {EUC_KR, "EUC_KR"},
+               {EUC_TW, "EUC_TW"},
                {UNICODE, "UNICODE"},
                {MULE_INTERNAL, "MULE_INTERNAL"},
                {LATIN1, "LATIN1"},