File tree Expand file tree Collapse file tree 6 files changed +2
-349
lines changed
conversion_procs/utf8_and_win1252 Expand file tree Collapse file tree 6 files changed +2
-349
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
* Encoding names and routines for work with it. All
3
3
* in this file is shared bedween FE and BE.
4
4
*
5
- * $PostgreSQL: pgsql/src/backend/utils/mb/encnames.c,v 1.21 2004/12/02 22:14:36 momjian Exp $
5
+ * $PostgreSQL: pgsql/src/backend/utils/mb/encnames.c,v 1.22 2004/12/04 18:19:31 momjian Exp $
6
6
*/
7
7
#ifdef FRONTEND
8
8
#include "postgres_fe.h"
@@ -193,9 +193,6 @@ pg_encname pg_encname_tbl[] =
193
193
{
194
194
"win1251" , PG_WIN1251
195
195
}, /* alias for Windows-1251 */
196
- {
197
- "win1252" , PG_WIN1252
198
- }, /* alias for Windows-1252 */
199
196
{
200
197
"win1256" , PG_WIN1256
201
198
}, /* alias for Windows-1256 */
@@ -223,9 +220,6 @@ pg_encname pg_encname_tbl[] =
223
220
{
224
221
"windows1251" , PG_WIN1251
225
222
}, /* Windows-1251; Microsoft */
226
- {
227
- "windows1252" , PG_WIN1252
228
- }, /* Windows-1252; Microsoft */
229
223
{
230
224
"windows1256" , PG_WIN1256
231
225
}, /* Windows-1256; Microsoft */
@@ -349,9 +343,6 @@ pg_enc2name pg_enc2name_tbl[] =
349
343
{
350
344
"WIN1250" , PG_WIN1250
351
345
},
352
- {
353
- "WIN1252" , PG_WIN1252
354
- },
355
346
{
356
347
"SJIS" , PG_SJIS
357
348
},
Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.55 2004/12/03 01:20 :33 momjian Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.56 2004/12/04 18:19 :33 momjian Exp $ */
2
2
3
3
#ifndef PG_WCHAR_H
4
4
#define PG_WCHAR_H
@@ -178,7 +178,6 @@ typedef enum pg_enc
178
178
PG_ISO_8859_7 , /* ISO-8859-7 */
179
179
PG_ISO_8859_8 , /* ISO-8859-8 */
180
180
PG_WIN1250 , /* windows-1250 */
181
- PG_WIN1252 , /* windows-1252 */
182
181
183
182
/* followings are for client encoding only */
184
183
PG_SJIS , /* Shift JIS (Winindows-932) */
You can’t perform that action at this time.
0 commit comments