head	1.4;
access;
symbols
	REL8_1_21:1.3
	REL8_1_20:1.3
	REL8_1_19:1.3
	REL8_1_18:1.3
	REL8_1_17:1.3
	REL8_1_16:1.3
	REL8_1_15:1.3
	REL8_1_14:1.3
	REL8_1_13:1.3
	REL8_1_12:1.3
	REL8_1_11:1.3
	REL8_1_10:1.3
	REL8_1_9:1.3
	REL8_1_8:1.3
	REL8_1_7:1.3
	REL8_1_6:1.3
	REL8_1_5:1.3
	REL8_1_4:1.3
	REL8_1_3:1.3
	REL8_1_2:1.3
	REL8_1_1:1.3
	REL8_1_STABLE:1.3.0.2
	REL8_1_0:1.3
	REL8_1_0RC1:1.3
	REL8_1_0BETA4:1.3
	REL8_1_0BETA3:1.3
	REL8_1_0BETA2:1.3
	REL8_1_0BETA1:1.3
	REL8_0_0RC1:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.02.18.16.15.22;	author petere;	state dead;
branches;
next	1.3;

1.3
date	2005.03.14.18.31.22;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	2004.12.04.18.19.32;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	2004.12.02.22.14.37;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean
up a bunch of the support utilities.

In src/backend/utils/mb/Unicode remove nearly duplicate copies of the
UCS_to_XXX perl script and replace with one version to handle all generic
files.  Update the Makefile so that it knows about all the map files.
This produces a slight difference in some of the map files, using a
uniform naming convention and not mapping the null character.

In src/backend/utils/mb/conversion_procs create a master utf8<->win
codepage function like the ISO 8859 versions instead of having a separate
handler for each conversion.

There is an externally visible change in the name of the win1258 to utf8
conversion.  According to the documentation notes, it was named
incorrectly and this changes it to a standard name.

Running the Unicode mapping perl scripts has shown some additional mapping
changes in koi8r and iso8859-7.
@
text
@#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1252/Makefile,v 1.3 2005/03/14 18:31:22 momjian Exp $
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/utf8_and_win1252
top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global

NAME		:= utf8_and_win1252

include $(srcdir)/../proc.mk
@


1.3
log
@Add support for Win1252 encoding.

Roland Volkmann
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1252/Makefile,v 1.3 2004/10/31 22:40:41 pgsql Exp $
@


1.2
log
@Back out addition of Win1252 encoding.
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1252/Makefile,v 1.1 2004/12/02 22:14:37 momjian Exp $
@


1.1
log
@Add Charset WIN1252 support.

Roland Volkmann
@
text
@d3 1
a3 1
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win1252/Makefile,v 1.3 2004/10/31 22:40:41 pgsql Exp $
@

