summaryrefslogtreecommitdiff
path: root/src/include/mb
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-02 22:14:38 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-02 22:14:38 +0000
commit7af770d005b809bc0aa025605d7a369104e493bb (patch)
tree1c1e94bb600a940ee15cadfa2e319c1f906982b9 /src/include/mb
parentc5bf116367bb3e8a6263d7f24c900abcdbf38955 (diff)
downloadpostgresql-7af770d005b809bc0aa025605d7a369104e493bb.tar.gz
Add Charset WIN1252 support.
Roland Volkmann
Diffstat (limited to 'src/include/mb')
-rw-r--r--src/include/mb/pg_wchar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index 2b4ba2d9fb..9fb8aa2e4e 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.52 2004/09/17 21:59:57 petere Exp $ */
+/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.53 2004/12/02 22:14:38 momjian Exp $ */
#ifndef PG_WCHAR_H
#define PG_WCHAR_H
@@ -178,6 +178,7 @@ typedef enum pg_enc
PG_ISO_8859_7, /* ISO-8859-7 */
PG_ISO_8859_8, /* ISO-8859-8 */
PG_WIN1250, /* windows-1250 */
+ PG_WIN1252, /* windows-1252 */
/* followings are for client encoding only */
PG_SJIS, /* Shift JIS (Winindows-932) */