projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9be5e8
)
Add WIN1250 support - Ludek Finstrle
author
Dave Page
<
[email protected]
>
Fri, 9 Apr 2004 18:35:32 +0000
(18:35 +0000)
committer
Dave Page
<
[email protected]
>
Fri, 9 Apr 2004 18:35:32 +0000
(18:35 +0000)
multibyte.c
patch
|
blob
|
blame
|
history
diff --git
a/multibyte.c
b/multibyte.c
index c442c20e0af85978cae970d487ebed6c999e5756..17e119ec36998eb06c554d6feef61fbbb5305fb6 100644
(file)
--- a/
multibyte.c
+++ b/
multibyte.c
@@
-397,7
+397,10
@@
CC_lookup_characterset(ConnectionClass *self)
break;
case 950:
wenc = "BIG5";
- break;
+ break;
\r
+ case 1250:
\r
+ wenc = "WIN1250";
\r
+ break;
case 1252:
if (PG_VERSION_GE(self, 7.2))
wenc = "latin9";