From 8f02f2252dfd6724058a60ac9fd619030dc2ec70 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sun, 11 Jul 1999 22:47:21 +0000 Subject: Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Behal) --- src/include/mb/pg_wchar.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 5e28b9a4f31..c007560f41e 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -1,4 +1,4 @@ -/* $Id: pg_wchar.h,v 1.8 1999/05/25 16:14:04 momjian Exp $ */ +/* $Id: pg_wchar.h,v 1.9 1999/07/11 22:47:19 ishii Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H @@ -29,6 +29,7 @@ /* followings are for client encoding only */ #define SJIS 32 /* Shift JIS */ #define BIG5 33 /* Big5 */ +#define WIN1250 34 /* windows-1250 */ #ifdef MULTIBYTE typedef unsigned int pg_wchar; @@ -79,7 +80,7 @@ typedef struct { int encoding; /* encoding symbol value */ char *name; /* encoding name */ - int is_client_only; /* 0: server/client bothg supported 1: + int is_client_only; /* 0: server/client both supported 1: * client only */ void (*to_mic) (); /* client encoding to MIC */ void (*from_mic) (); /* MIC to client encoding */ -- cgit v1.2.3