projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05dee6
)
Add WIN1252 to the list of encoding in multibyte.c .
author
Hiroshi Inoue
<inoue@tpf.co.jp>
Wed, 6 Dec 2006 16:37:28 +0000
(16:37 +0000)
committer
Hiroshi Inoue
<inoue@tpf.co.jp>
Wed, 6 Dec 2006 16:37:28 +0000
(16:37 +0000)
multibyte.c
patch
|
blob
|
blame
|
history
diff --git
a/multibyte.c
b/multibyte.c
index 7b4c96d4b3d7f1167f1cb005b9f89d95b4612e33..db8063d50d1289cced6cb4f9cb4bec93578cc8fc 100644
(file)
--- a/
multibyte.c
+++ b/
multibyte.c
@@
-61,6
+61,7
@@
pg_CS CS_Table[] =
{ "TCVN", TCVN },
{ "ALT", ALT },
{ "WIN", WIN },
+ { "WIN1252", WIN1252 },
{ "OTHER", OTHER }
};