projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e47a7
)
Fix for missing EUC_TW encoding
author
Tatsuo Ishii
<ishii@postgresql.org>
Sat, 4 Nov 2000 02:27:56 +0000
(
02:27
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Sat, 4 Nov 2000 02:27:56 +0000
(
02:27
+0000)
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index a8a5e63b5369417b90e48d36c4d4040d26abe567..c16d4050cfc29937f05c7938d61f63a780338118 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-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"},