head	1.2;
access;
symbols
	REL9_0_0:1.2
	REL9_1_ALPHA1:1.2
	REL9_0_RC1:1.2
	REL9_0_BETA4:1.2
	REL9_0_STABLE:1.2.0.16
	REL9_0_BETA3:1.2
	REL9_0_BETA2:1.2
	REL8_2_17:1.1
	REL8_3_11:1.2
	REL8_4_4:1.2
	REL9_0_BETA1:1.2
	REL9_0_ALPHA5_BRANCH:1.2.0.14
	REL9_0_ALPHA5:1.2
	REL8_2_16:1.1
	REL8_3_10:1.2
	REL8_4_3:1.2
	REL9_0_ALPHA4:1.2
	REL9_0_ALPHA4_BRANCH:1.2.0.12
	REL8_5_ALPHA3:1.2
	REL8_5_ALPHA3_BRANCH:1.2.0.10
	REL8_2_15:1.1
	REL8_3_9:1.2
	REL8_4_2:1.2
	REL8_5_ALPHA2:1.2
	REL8_5_ALPHA2_BRANCH:1.2.0.8
	REL8_2_14:1.1
	REL8_3_8:1.2
	REL8_4_1:1.2
	REL8_5_ALPHA1:1.2
	REL8_5_ALPHA1_BRANCH:1.2.0.6
	REL8_4_STABLE:1.2.0.4
	REL8_4_0:1.2
	REL8_4_RC2:1.2
	REL8_4_RC1:1.2
	REL8_4_BETA2:1.2
	REL8_4_BETA1:1.2
	REL8_2_13:1.1
	REL8_3_7:1.2
	REL8_2_12:1.1
	REL8_3_6:1.2
	REL8_2_11:1.1
	REL8_3_5:1.2
	REL8_2_10:1.1
	REL8_3_4:1.2
	REL8_2_9:1.1
	REL8_3_3:1.2
	REL8_2_8:1.1
	REL8_3_2:1.2
	REL8_2_7:1.1
	REL8_3_1:1.2
	REL8_3_STABLE:1.2.0.2
	REL8_3_0:1.2
	REL8_3_RC2:1.2
	REL8_2_6:1.1
	REL8_3_RC1:1.2
	REL8_3_BETA4:1.2
	REL8_3_BETA3:1.2
	REL8_3_BETA2:1.2
	REL8_3_BETA1:1.2
	REL8_2_5:1.1
	REL8_2_4:1.1
	REL8_2_3:1.1
	REL8_2_2:1.1
	REL8_2_1:1.1
	REL8_2_STABLE:1.1.0.2
	REL8_2_0:1.1
	REL8_2_RC1:1.1
	REL8_2_BETA3:1.1
	REL8_2_BETA2:1.1
	REL8_2_BETA1:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.02.09.15.55.59;	author petere;	state Exp;
branches;
next	1.1;

1.1
date	2006.02.18.16.15.22;	author petere;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Replace useless uses of := by = in makefiles.
@
text
@#-------------------------------------------------------------------------
#
# $PostgreSQL: pgsql/src/backend/utils/mb/conversion_procs/utf8_and_win/Makefile,v 1.1 2006/02/18 16:15:22 petere Exp $
#
#-------------------------------------------------------------------------
subdir = src/backend/utils/mb/conversion_procs/utf8_and_win
top_builddir = ../../../../../..
include $(top_builddir)/src/Makefile.global

NAME		= utf8_and_win

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


1.1
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
@d3 1
a3 1
# $PostgreSQL$
d10 1
a10 1
NAME		:= utf8_and_win
@

